Package gw.internal.gosu.compiler
Class CompilationStatistics
- java.lang.Object
-
- gw.internal.gosu.compiler.CompilationStatistics
-
public class CompilationStatistics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long_block(package private) long_blockBytes(package private) long_blockBytesPermanent(package private) long_blockPermanent(package private) long_other(package private) long_otherBytes(package private) long_otherBytesPermanent(package private) long_otherPermanent(package private) long_program(package private) long_programBytes(package private) long_programBytesPermanent(package private) long_programPermanent(package private) long_total(package private) long_totalBytes(package private) long_totalBytesPermanent(package private) long_totalPermanentprivate static CompilationStatisticsINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateCompilationStatistics()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader)static CompilationStatisticsinstance()
-
-
-
Field Detail
-
_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
-
-
Method Detail
-
instance
public static CompilationStatistics instance()
-
collectStats
public void collectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader)
-
-