Searched refs:current_clock (Results 1 – 2 of 2) sorted by relevance
641 current_clock = time.time()647 self._last_preserved_timestamp = current_clock - 1.651 if current_clock < self._last_preserved_timestamp:658 % (self._last_preserved_timestamp - current_clock,))659 self._last_preserved_timestamp = current_clock667 timestamp = min(timestamp, current_clock)
640 std::string current_clock = ftrace_->GetClock(); in SetupClock() local647 if (current_clock == clock) in SetupClock()