Colt 1.2.0

Uses of Class
cern.colt.Timer

Packages that use Timer
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of Timer in cern.colt
 

Methods in cern.colt that return Timer
 Timer Timer.display()
          Prints the elapsed time on System.out
 Timer Timer.minus(Timer other)
          T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
 Timer Timer.plus(Timer other)
          T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
 Timer Timer.reset()
          Resets the timer.
 Timer Timer.start()
          Starts the timer.
 Timer Timer.stop()
          Stops the timer.
 

Methods in cern.colt with parameters of type Timer
 Timer Timer.minus(Timer other)
          T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
 Timer Timer.plus(Timer other)
          T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
 


Colt 1.2.0

Jump to the Colt Homepage