com.atlassian.confluence.util.profiling
Interface TimerSnapshot
@Internal
@ParametersAreNonnullByDefault
public interface TimerSnapshot
Returns the time in the unit specified.
- Since:
- 5.7
getName
@Nonnull
String getName()
getInvocationCount
long getInvocationCount()
getElapsedTotalTime
long getElapsedTotalTime(TimeUnit unit)
getElapsedMinTime
long getElapsedMinTime(TimeUnit unit)
getElapsedMaxTime
long getElapsedMaxTime(TimeUnit unit)
getCpuTotalTime
long getCpuTotalTime(TimeUnit unit)
getCpuMinTime
long getCpuMinTime(TimeUnit unit)
getCpuMaxTime
long getCpuMaxTime(TimeUnit unit)
Copyright © 2003–2015 Atlassian. All rights reserved.