Searched refs:prev_tick_count_ (Results 1 – 4 of 4) sorted by relevance
21 prev_tick_count_(0) { in TraceWindows()34 uint32_t dw_delta_time = dw_current_time - prev_tick_count_; in AddTime()35 prev_tick_count_ = dw_current_time; in AddTime()37 if (prev_tick_count_ == 0) { in AddTime()74 prev_tick_count_ = prev_api_tick_count_; in AddDateTimeInfo()
26 prev_api_tick_count_ = prev_tick_count_ = system_time_high_res.tv_sec; in TracePosix()47 prev_tickCount = prev_tick_count_; in AddTime()48 prev_tick_count_ = ms_time; in AddTime()
31 volatile mutable uint32_t prev_tick_count_; variable
32 volatile mutable uint32_t prev_tick_count_; variable