Class PerformanceTracker.Stats

  • Enclosing class:
    PerformanceTracker

    public static class PerformanceTracker.Stats
    extends java.lang.Object
    A Stats object contains statistics about a pass run, such as running time, size changes, etc
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pass

        public final java.lang.String pass
      • isOneTime

        public final boolean isOneTime
      • runtime

        public long runtime
      • allocMem

        public int allocMem
      • runs

        public int runs
      • changes

        public int changes
      • diff

        public int diff
      • gzDiff

        public int gzDiff
      • size

        public int size
      • gzSize

        public int gzSize
      • astDiff

        public int astDiff
      • astSize

        public int astSize