Searched refs:thread_ticks (Results 1 – 1 of 1) sorted by relevance
399 std::ostream& operator<<(std::ostream& os, ThreadTicks thread_ticks) { in operator <<() argument400 const TimeDelta as_time_delta = thread_ticks - ThreadTicks(); in operator <<()