Uses of Class
cern.colt.Timer
-
Packages that use Timer Package Description cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.cern.colt.matrix.bench Matrix benchmarks. -
-
Uses of Timer in cern.colt
Methods in cern.colt that return Timer Modifier and Type Method Description TimerTimer. display()Prints the elapsed time on System.outTimerTimer. minus(Timer other)T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.TimerTimer. plus(Timer other)T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.TimerTimer. reset()Resets the timer.TimerTimer. start()Starts the timer.TimerTimer. stop()Stops the timer.Methods in cern.colt with parameters of type Timer Modifier and Type Method Description TimerTimer. minus(Timer other)T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.TimerTimer. plus(Timer other)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 Modifier and Type Method Description voidTimerProcedure. apply(Timer element)Applies a procedure to an argument.
-