Class ServiceTime
java.lang.Object
com.webmethods.rtl.event.statistics.ServiceTime
Title:
Description:
Copyright: Copyright (c) 2002
Company:
-
Constructor Details
-
ServiceTime
public ServiceTime() -
ServiceTime
public ServiceTime(double beta)
-
-
Method Details
-
start
public void start() -
end
public void end() -
isIdle
public boolean isIdle() -
getServiceTime
public double getServiceTime() -
getIdleTime
public double getIdleTime() -
getServiceTime_us
public double getServiceTime_us() -
getIdleTime_us
public double getIdleTime_us() -
getServiceTime_ms
public double getServiceTime_ms() -
getIdleTime_ms
public double getIdleTime_ms() -
getServiceTime_sec
public double getServiceTime_sec() -
getIdleTime_sec
public double getIdleTime_sec() -
getDutyCycle
public double getDutyCycle() -
getHits
public long getHits() -
getCurrentTimeTicks
public static long getCurrentTimeTicks() -
getTicksPerSecond
public static long getTicksPerSecond()
-