Package gw.internal.gosu.compiler
Class CompilationStatistics
java.lang.Object
gw.internal.gosu.compiler.CompilationStatistics
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
(package private) long
private static CompilationStatistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectStats
(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader) static CompilationStatistics
instance()
-
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
-
-
Constructor Details
-
CompilationStatistics
private CompilationStatistics()
-
-
Method Details
-
instance
-
collectStats
public void collectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader)
-