com.atlassian.jira.functest.framework.dump
Interface FuncTestTimer

All Known Implementing Classes:
FuncTestTimerImpl

public interface FuncTestTimer

A timer that can time certain FuncTest operations

Since:
v4.1

Method Summary
 long end()
          Called to end the timer.
 String getName()
           
 

Method Detail

getName

String getName()
Returns:
the name of the Timer

end

long end()
Called to end the timer.

Returns:
the number of milliseconds since the timer was created


Copyright © 2002-2012 Atlassian. All Rights Reserved.