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