Uses of Class
org.adoptopenjdk.jitwatch.model.Task
-
-
Uses of Task in org.adoptopenjdk.jitwatch.compilation
Methods in org.adoptopenjdk.jitwatch.compilation with parameters of type Task Modifier and Type Method Description private static TagCompilationUtil. getOptimizerPhase(Task lastTask)static TagCompilationUtil. getParsePhase(Task task)static booleanCompilationUtil. isStaleTask(Task task) -
Uses of Task in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as Task Modifier and Type Field Description private TaskCompilation. tagTaskMethods in org.adoptopenjdk.jitwatch.model that return Task Modifier and Type Method Description TaskCompilation. getTagTask()Methods in org.adoptopenjdk.jitwatch.model with parameters of type Task Modifier and Type Method Description voidCompilation. setTagTask(Task tagTask) -
Uses of Task in org.adoptopenjdk.jitwatch.parser
Methods in org.adoptopenjdk.jitwatch.parser with parameters of type Task Modifier and Type Method Description protected voidAbstractLogParser. handleTagTask(Task task)protected voidAbstractLogParser. setTagTask(Task tagTask, IMetaMember member) -
Uses of Task in org.adoptopenjdk.jitwatch.parser.j9
Methods in org.adoptopenjdk.jitwatch.parser.j9 that return Task Modifier and Type Method Description TaskJ9Line. toTagTask(int compiledID, long timestampMillis) -
Uses of Task in org.adoptopenjdk.jitwatch.parser.zing
Methods in org.adoptopenjdk.jitwatch.parser.zing that return Task Modifier and Type Method Description TaskZingLine. toTagTask()
-