getTickCount (cv.TickMeter) - MATLAB File Help
cv.TickMeter.getTickCount

Returns the number of ticks.

t = cv.TickMeter.getTickCount()

Output

The function returns the number of ticks after a certain event (for example, when the machine was turned on). It can be used to initialize RNG or to measure a function execution time by reading the tick count before and after the function call.

See also
Method Details
Access public
Sealed false
Static true