CPU benchmark advice

Fragment of a discussion from User talk:Voidious
Jump to navigation Jump to search

If I had to guess... I'd guess that the peaks would be the JVM garbage collection because that does happen in bursts, and does run in it's own thread(s) independent of whatever java code is running.

Rednaxela02:21, 4 June 2012

Can also be the JIT compiler, which compiles code in parallel by default. It activates at least once for each new battle.

MN03:53, 4 June 2012