public class Stats
extends java.lang.Object
Stats is used to run a benchmark using an instrumented Java
Virtual machine that counts the number of each kind of bytecodes executed.
The counts are maintained in two C variables, instruction_count
and redundant_count.