Class CompilerThread
java.lang.Object
org.adoptopenjdk.jitwatch.model.CompilerThread
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCompilation(Compilation compilation) voidclear()longintintlong
-
Field Details
-
threadId
-
threadName
-
compilations
-
-
Constructor Details
-
CompilerThread
-
-
Method Details
-
getThreadId
-
getThreadName
-
addCompilation
-
getCompilations
-
clear
public void clear() -
getLargestNativeSize
public int getLargestNativeSize() -
getLargestBytecodeSize
public int getLargestBytecodeSize() -
getEarliestQueuedTime
public long getEarliestQueuedTime() -
getLatestNMethodEmittedTime
public long getLatestNMethodEmittedTime()
-