Searched refs:time_to_ticks_delta_seconds (Results 1 – 1 of 1) sorted by relevance
17 static double time_to_ticks_delta_seconds = 0.0; in GetTimeToTimeTicksDeltaInSeconds() local18 if (time_to_ticks_delta_seconds == 0.0) { in GetTimeToTimeTicksDeltaInSeconds()21 time_to_ticks_delta_seconds = ticks - wall_clock; in GetTimeToTimeTicksDeltaInSeconds()23 return time_to_ticks_delta_seconds; in GetTimeToTimeTicksDeltaInSeconds()