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