Package org.nuiton.jaxx.compiler
Class JAXXProfile.ProfileResult
- java.lang.Object
-
- org.nuiton.jaxx.compiler.JAXXProfile.ProfileResult
-
- Enclosing class:
- JAXXProfile
public static class JAXXProfile.ProfileResult extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()JAXXCompilergetCompiler(Long l)longgetTime(JAXXCompiler compiler)
-
-
-
Method Detail
-
getTime
public long getTime(JAXXCompiler compiler)
-
clear
public void clear()
-
getCompiler
public JAXXCompiler getCompiler(Long l)
-
-