| Constructor and Description |
|---|
NoOpPerfEvent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInstanceKey()
Identify a particular instance of a performance event if there are multiple, parallel events of
the same marker id.
|
int |
getMarkerId()
Identify the type of a performance event.
|
void |
markerAnnotate(String annotationKey,
boolean annotationValue) |
void |
markerAnnotate(String annotationKey,
double annotationValue) |
void |
markerAnnotate(String annotationKey,
Double[] annotationValue) |
void |
markerAnnotate(String annotationKey,
int annotationValue) |
void |
markerAnnotate(String annotationKey,
int[] annotationValue) |
void |
markerAnnotate(String annotationKey,
String annotationValue)
Adds a key:value annotation to an already active marker.
|
void |
markerAnnotate(String annotationKey,
String[] annotationValue) |
void |
markerPoint(String eventName)
Annotate the current event with a sub-routing at the point of invocation under the given name.
|
public int getInstanceKey()
PerfEventgetInstanceKey in interface PerfEventpublic int getMarkerId()
PerfEventgetMarkerId in interface PerfEventpublic void markerAnnotate(String annotationKey, String annotationValue)
PerfEventmarkerAnnotate in interface PerfEventpublic void markerAnnotate(String annotationKey, int annotationValue)
markerAnnotate in interface PerfEventPerfEvent.markerAnnotate(String, String)public void markerAnnotate(String annotationKey, boolean annotationValue)
markerAnnotate in interface PerfEventPerfEvent.markerAnnotate(String, String)public void markerAnnotate(String annotationKey, String[] annotationValue)
markerAnnotate in interface PerfEventPerfEvent.markerAnnotate(String, String)public void markerAnnotate(String annotationKey, Double[] annotationValue)
markerAnnotate in interface PerfEventPerfEvent.markerAnnotate(String, String)public void markerAnnotate(String annotationKey, int[] annotationValue)
markerAnnotate in interface PerfEventPerfEvent.markerAnnotate(String, String)public void markerPoint(String eventName)
PerfEventmarkerPoint in interface PerfEventpublic void markerAnnotate(String annotationKey, double annotationValue)
markerAnnotate in interface PerfEventPerfEvent.markerAnnotate(String, String)