Package gw.internal.gosu.compiler
Class CompilationStatistics
- java.lang.Object
-
- gw.internal.gosu.compiler.CompilationStatistics
-
public class CompilationStatistics extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader)
static CompilationStatistics
instance()
-
-
-
Method Detail
-
instance
public static CompilationStatistics instance()
-
collectStats
public void collectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader)
-
-