Uses of Interface
net.sf.jperfprobe.Time

Uses of Time in net.sf.jperfprobe
 

Classes in net.sf.jperfprobe that implement Time
 class MockTime
          MockTime implements a mocked Time class, used for test purpose
 class SystemTimeByMillis
          Class SystemTimeByNanos Default implementation for Time using System.currentTimeMillis()
 class SystemTimeByNanos
          Class SystemTimeByNanos Default implementation for Time using System.nanoTime()
 

Methods in net.sf.jperfprobe that return Time
static Time TimeFactory.getTime()
           
 Time ProbeManagerImpl.getTime()
           
 Time ProbeManager.getTime()
          Get the time implementation
 Time DefaultProbe.getTime()
           
 

Methods in net.sf.jperfprobe with parameters of type Time
static void StaticProbeManager.setTime(Time tim)
          Set the Time implementation.
 void ProbeManagerImpl.setTime(Time tim)
          Set the Time implementation.
 void ProbeManager.setTime(Time tim)
          Set the Time implementation.
 void DefaultProbe.setTime(Time time)
           
 

Constructors in net.sf.jperfprobe with parameters of type Time
DefaultProbe(String name, Time tim)
           
ProbeManagerImpl(int firstSamplesToSkip, ProbeManagerImpl.Presentation presentation, Time time)
          Constr
 



Copyright © 2004-2011. All Rights Reserved.