Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.jdk | |
org.openjdk.jmc.flightrecorder.rules.tree | |
org.openjdk.jmc.flightrecorder.rules.util |
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCThread> |
UnitLookup.THREAD |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCThread> |
JfrAttributes.EVENT_THREAD |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCThread> |
JdkAttributes.CALLER |
static IAttribute<IMCThread> |
JdkAttributes.MONITOR_PREVIOUS_OWNER |
Modifier and Type | Method and Description |
---|---|
Map<IMCThread,Range> |
TimeRangeThreadFilter.getRangeMap()
Get the range map.
|
Constructor and Description |
---|
TimeRangeThreadFilter(IMCThread thread,
Range range)
Create an item filter based on a ranges per thread.
|
Constructor and Description |
---|
TimeRangeThreadFilter(Map<IMCThread,Range> rangeMap)
Create an item filter based on a ranges per thread.
|
Modifier and Type | Method and Description |
---|---|
static IMCThread |
RulesToolkit.getThread(IItem item)
Convenience method to get the event thread value from a specific event.
|
Copyright © 2019. All rights reserved.