Uses of Class
cern.colt.Timer
Packages that use Timer
Package
Description
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
Matrix benchmarks.
-
Uses of Timer in cern.colt
Modifier and TypeMethodDescriptionTimer.display()
Prints the elapsed time on System.outT = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.Timer.reset()
Resets the timer.Timer.start()
Starts the timer.Timer.stop()
Stops the timer.Modifier and TypeMethodDescriptionT = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer. -
Uses of Timer in cern.colt.matrix.bench
Methods in cern.colt.matrix.bench with parameters of type Timer