Uses of Class
org.adoptopenjdk.jitwatch.model.CompilerThread
-
Packages that use CompilerThread Package Description org.adoptopenjdk.jitwatch.model org.adoptopenjdk.jitwatch.parser org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread -
-
Uses of CompilerThread in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as CompilerThread Modifier and Type Field Description private CompilerThreadCompilation. compilerThreadFields in org.adoptopenjdk.jitwatch.model with type parameters of type CompilerThread Modifier and Type Field Description private java.util.Map<java.lang.String,CompilerThread>JITDataModel. compilerThreadsMethods in org.adoptopenjdk.jitwatch.model that return CompilerThread Modifier and Type Method Description CompilerThreadIReadOnlyJITDataModel. createCompilerThread(java.lang.String threadId, java.lang.String threadName)CompilerThreadJITDataModel. createCompilerThread(java.lang.String threadId, java.lang.String threadName)CompilerThreadCompilation. getCompilerThread()CompilerThreadIReadOnlyJITDataModel. getCompilerThread(java.lang.String threadId)CompilerThreadJITDataModel. getCompilerThread(java.lang.String threadId)Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type CompilerThread Modifier and Type Method Description java.util.List<CompilerThread>IReadOnlyJITDataModel. getCompilerThreads()java.util.List<CompilerThread>JITDataModel. getCompilerThreads()Methods in org.adoptopenjdk.jitwatch.model with parameters of type CompilerThread Modifier and Type Method Description voidCompilation. setCompilerThread(CompilerThread compilerThread) -
Uses of CompilerThread in org.adoptopenjdk.jitwatch.parser
Fields in org.adoptopenjdk.jitwatch.parser declared as CompilerThread Modifier and Type Field Description protected CompilerThreadAbstractLogParser. currentCompilerThread -
Uses of CompilerThread in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread
Methods in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread with parameters of type CompilerThread Modifier and Type Method Description private java.lang.StringCompilerThreadStage. getCompilerThreadName(CompilerThread thread)private java.util.List<CompilerThreadStage.QueueCounter>CompilerThreadStage. getQueueCounters(CompilerThread thread)private voidCompilerThreadStage. plotQueueLengths(CompilerThread thread, double y, double rowHeight)private voidCompilerThreadStage. plotThread(CompilerThread thread, double y, double rowHeight)private voidCompilerThreadStage. plotThreadHeader(CompilerThread thread, double y, double rowHeight)
-