public class EventMetricCollector extends Object
Coordinates multiple MetricMeasurements
for all the events invoked in
the process of handling the user request.
Not thread-safe, should be used only by one thread at a time (obtaining the top-level measurement
via getInProgressMeasurements()
is thread-safe and permitted).
Modifier and Type | Method and Description |
---|---|
void |
pauseForForward() |
void |
resumeAfterForward() |
void |
startTiming(Object eventGroup,
String event) |
void |
stopTiming() |
Copyright © 2009-2019 Performance Co-Pilot. All Rights Reserved.