Interface ICounterTimingCallback
- All Known Implementing Classes:
CachedCounters,CompositeCounters,LogCounters
public interface ICounterTimingCallback
Interface for a callback to end measurement of execution elapsed time.
- See Also:
-
Method Summary
-
Method Details
-
endTiming
Ends measurement of execution elapsed time and updates specified counter.- Parameters:
name- a counter nameelapsed- execution elapsed time in milliseconds to update the counter.- See Also:
-