org.eclipse.rse.core
Class SystemElapsedTimer
java.lang.Object
org.eclipse.rse.core.SystemElapsedTimer
- public class SystemElapsedTimer
- extends Object
A utility helper class to help when making timings of potentially
long operations, such as remote system calls.
SystemElapsedTimer
public SystemElapsedTimer()
setStartTime
public void setStartTime()
setEndTime
public SystemElapsedTimer setEndTime()
getElapsedTime
public long getElapsedTime()
toString
public String toString()
writeElapsedTime
public void writeElapsedTime(PrintWriter writer,
String header)
main
public static void main(String[] args)
setET
public void setET(long h,
long m,
long s,
long n)
setET
public void setET(long givenET)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.