[][src]Function opencv::core::get_tick_count

pub fn get_tick_count() -> Result<i64>

Returns the number of ticks.

The function returns the number of ticks after the 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

getTickFrequency, TickMeter