Searched refs:sLastLogTimestamp (Results 1 – 1 of 1) sorted by relevance
299 thread_local Clock::time_point sLastLogTimestamp{}; in MaybeLogTimestampWarning() local301 if (Clock::now() - sLastLogTimestamp > std::chrono::minutes(1) || sOverlapCount < 0) { in MaybeLogTimestampWarning()310 sLastLogTimestamp = Clock::now(); in MaybeLogTimestampWarning()