Pandamonium
Golden Member
I'm writing a program in Java. My home machines run XP Pro, while my lab runs OS X. (It's a C2D iMac). There is no reason why my 700MHz P3 should outperform the iMac when running my program. Does anyone know how to force OS X or the JVM to actually use the full CPU?
FWIW, the program analyzes images. Right now, I can almost read my debug code (System.out.println(...)) as the iMac processes it. In Windows, the debug code scrolls waay too fast for me to focus on anything.
FWIW, the program analyzes images. Right now, I can almost read my debug code (System.out.println(...)) as the iMac processes it. In Windows, the debug code scrolls waay too fast for me to focus on anything.