|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timer | |
---|---|
org.apache.mahout.math | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
Uses of Timer in org.apache.mahout.math |
---|
Methods in org.apache.mahout.math that return Timer | |
---|---|
Timer |
Timer.display()
Deprecated. Prints the elapsed time on System.out |
Timer |
Timer.minus(Timer other)
Deprecated. 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)
Deprecated. T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer. |
Timer |
Timer.reset()
Deprecated. Resets the timer. |
Timer |
Timer.start()
Deprecated. Starts the timer. |
Timer |
Timer.stop()
Deprecated. Stops the timer. |
Methods in org.apache.mahout.math with parameters of type Timer | |
---|---|
Timer |
Timer.minus(Timer other)
Deprecated. 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)
Deprecated. T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |