com.atlassian.performance
Class TimeRecorder

java.lang.Object
  extended by com.atlassian.performance.TimeRecorder

public class TimeRecorder
extends Object


Constructor Summary
TimeRecorder(String testName)
           
 
Method Summary
 List<EventTime> getEventTimes()
           
 String getTestName()
           
 void record(EventTime et)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeRecorder

public TimeRecorder(String testName)
Method Detail

record

public void record(EventTime et)

getEventTimes

public List<EventTime> getEventTimes()

getTestName

public String getTestName()


Copyright © 2014 Atlassian. All rights reserved.