com.hp.hpl.jena.sparql.util
Class Timer

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.Timer

public class Timer
extends Object


Constructor Summary
Timer()
           
 
Method Summary
 long endTimer()
          Return time in millisecods
 long getTimeInterval()
           
 long readTimer()
           
 void startTimer()
           
static String timeStr(long timeInterval)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

startTimer

public void startTimer()

endTimer

public long endTimer()
Return time in millisecods


readTimer

public long readTimer()

getTimeInterval

public long getTimeInterval()

timeStr

public static String timeStr(long timeInterval)


Licenced under the Apache License, Version 2.0