at.gv.egiz.pdfas.performance
Class PerformanceTimer

java.lang.Object
  extended byat.gv.egiz.pdfas.performance.PerformanceTimer

public class PerformanceTimer
extends Object

Author:
wprinz

Field Summary
protected  String name
           
protected  long startTime
           
protected  long stopTime
           
 
Constructor Summary
PerformanceTimer(String name)
           
 
Method Summary
 long getTimeElapsed()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

startTime

protected long startTime

stopTime

protected long stopTime
Constructor Detail

PerformanceTimer

public PerformanceTimer(String name)
Method Detail

start

public void start()

stop

public void stop()

getTimeElapsed

public long getTimeElapsed()


Copyright © 2006-2010. All Rights Reserved.