com.atlassian.confluence.util.profiling
Interface TimerSnapshot


@Internal
@ParametersAreNonnullByDefault
public interface TimerSnapshot

Returns the time in the unit specified.

Since:
5.7

Method Summary
 long getCpuMaxTime(TimeUnit unit)
           
 long getCpuMinTime(TimeUnit unit)
           
 long getCpuTotalTime(TimeUnit unit)
           
 long getElapsedMaxTime(TimeUnit unit)
           
 long getElapsedMinTime(TimeUnit unit)
           
 long getElapsedTotalTime(TimeUnit unit)
           
 long getInvocationCount()
           
 String getName()
           
 

Method Detail

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.