public static interface TimerGauge.StartStopListener
TimerGauge.markStart() and TimerGauge.markEnd() events.
Beware! As it is right now, TimerGauge.StartStopListener is notified under the TimerGauge's lock, so those callbacks should be very short, without long call stacks that
acquire more locks. Otherwise, a potential for deadlocks can be introduced.
| Modifier and Type | Method and Description |
|---|---|
void |
markEnd() |
void |
markStart() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.