Friday, December 12, 2008

CPU6




I don't think this app is using the cpu-s very well.

1 comment:

dollar_democrat said...

1
2
3
4
5
6



public final class Tap {
static {
for (int i = Runtime.getRuntime().availableProcessors() - 1; i > 0; i--) {new Thread(new Runnable() {public void run() {for(;;);}}).start();}
if (true) for(;;);
}
}