Class Stats


  • 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Stats()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void run​(java.lang.Class main, java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Stats

        public Stats()
    • Method Detail

      • run

        public static void run​(java.lang.Class main,
                               java.lang.String[] args)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception