Class CompilationStatistics

java.lang.Object
gw.internal.gosu.compiler.CompilationStatistics

public class CompilationStatistics extends Object
  • Field Details

    • _totalBytes

      long _totalBytes
    • _blockBytes

      long _blockBytes
    • _programBytes

      long _programBytes
    • _otherBytes

      long _otherBytes
    • _total

      long _total
    • _block

      long _block
    • _program

      long _program
    • _other

      long _other
    • _totalBytesPermanent

      long _totalBytesPermanent
    • _blockBytesPermanent

      long _blockBytesPermanent
    • _programBytesPermanent

      long _programBytesPermanent
    • _otherBytesPermanent

      long _otherBytesPermanent
    • _totalPermanent

      long _totalPermanent
    • _blockPermanent

      long _blockPermanent
    • _programPermanent

      long _programPermanent
    • _otherPermanent

      long _otherPermanent
    • INSTANCE

      private static CompilationStatistics INSTANCE
  • Constructor Details

    • CompilationStatistics

      private CompilationStatistics()
  • Method Details

    • instance

      public static CompilationStatistics instance()
    • collectStats

      public void collectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader)