Class Stats

java.lang.Object
EDU.purdue.cs.bloat.benchmark.Stats

public class Stats extends 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.
  • Constructor Details

    • Stats

      public Stats()
  • Method Details