Uses of Class
org.adoptopenjdk.jitwatch.model.JITEvent
-
-
Uses of JITEvent in org.adoptopenjdk.jitwatch.core
Methods in org.adoptopenjdk.jitwatch.core with parameters of type JITEvent Modifier and Type Method Description voidIJITListener. handleJITEvent(JITEvent event) -
Uses of JITEvent in org.adoptopenjdk.jitwatch.launch
Methods in org.adoptopenjdk.jitwatch.launch with parameters of type JITEvent Modifier and Type Method Description voidLaunchHeadless. handleJITEvent(JITEvent event) -
Uses of JITEvent in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model with type parameters of type JITEvent Modifier and Type Field Description private java.util.List<JITEvent>JITDataModel. jitEventsMethods in org.adoptopenjdk.jitwatch.model that return types with arguments of type JITEvent Modifier and Type Method Description java.util.List<JITEvent>IReadOnlyJITDataModel. getEventListCopy()java.util.List<JITEvent>JITDataModel. getEventListCopy()Methods in org.adoptopenjdk.jitwatch.model with parameters of type JITEvent Modifier and Type Method Description voidJITDataModel. addEvent(JITEvent event) -
Uses of JITEvent in org.adoptopenjdk.jitwatch.parser
Methods in org.adoptopenjdk.jitwatch.parser with parameters of type JITEvent Modifier and Type Method Description protected voidAbstractLogParser. logEvent(JITEvent event) -
Uses of JITEvent in org.adoptopenjdk.jitwatch.ui.graphing
Method parameters in org.adoptopenjdk.jitwatch.ui.graphing with type arguments of type JITEvent Modifier and Type Method Description private voidTimeLineStage. calculateMaxCompiles(java.util.List<JITEvent> events)private voidTimeLineStage. drawEvents(java.util.List<JITEvent> events) -
Uses of JITEvent in org.adoptopenjdk.jitwatch.ui.main
Methods in org.adoptopenjdk.jitwatch.ui.main with parameters of type JITEvent Modifier and Type Method Description voidJITWatchUI. handleJITEvent(JITEvent event)
-