Uses of Class
org.adoptopenjdk.jitwatch.model.CompilerThread
Packages that use CompilerThread
Package
Description
-
Uses of CompilerThread in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as CompilerThreadFields in org.adoptopenjdk.jitwatch.model with type parameters of type CompilerThreadModifier and TypeFieldDescriptionprivate Map<String, CompilerThread> JITDataModel.compilerThreadsMethods in org.adoptopenjdk.jitwatch.model that return CompilerThreadModifier and TypeMethodDescriptionIReadOnlyJITDataModel.createCompilerThread(String threadId, String threadName) JITDataModel.createCompilerThread(String threadId, String threadName) Compilation.getCompilerThread()IReadOnlyJITDataModel.getCompilerThread(String threadId) JITDataModel.getCompilerThread(String threadId) Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type CompilerThreadModifier and TypeMethodDescriptionIReadOnlyJITDataModel.getCompilerThreads()JITDataModel.getCompilerThreads()Methods in org.adoptopenjdk.jitwatch.model with parameters of type CompilerThreadModifier and TypeMethodDescriptionvoidCompilation.setCompilerThread(CompilerThread compilerThread) -
Uses of CompilerThread in org.adoptopenjdk.jitwatch.parser
Fields in org.adoptopenjdk.jitwatch.parser declared as CompilerThreadModifier and TypeFieldDescriptionprotected CompilerThreadAbstractLogParser.currentCompilerThread -
Uses of CompilerThread in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread
Methods in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread with parameters of type CompilerThreadModifier and TypeMethodDescriptionprivate StringCompilerThreadStage.getCompilerThreadName(CompilerThread thread) private 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)