Searched refs:delta_time_from_prev_call (Results 1 – 1 of 1) sorted by relevance
631 …double delta_time_from_prev_call=1000.0 * (((double)(getTickCount() - time_when_last_call_started… in process() local632 (void)(delta_time_from_prev_call); in process()633 …onBasedTracker::process: time from the previous call is %f ms", (double)delta_time_from_prev_call); in process()