Class Stats
java.lang.Object
EDU.purdue.cs.bloat.benchmark.Stats
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Stats
public Stats()
-
-
Method Details
-
run
-
main
-