Searched refs:SimpleTimer (Results 1 – 3 of 3) sorted by relevance
75 class SimpleTimer(object): class128 self.debug_output_timer = SimpleTimer(interval_hours=0.5)
56 class SimpleTimer { class62 explicit SimpleTimer(bool WantTiming) : WantTiming(WantTiming) { in SimpleTimer() function in __anon7c16f0890111::SimpleTimer72 ~SimpleTimer() { in ~SimpleTimer()341 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults()1490 SimpleTimer PreambleTimer(WantTiming); in getMainBufferWithPrecompiledPreamble()1892 SimpleTimer ParsingTimer(WantTiming); in LoadFromCompilerInvocation()2036 SimpleTimer ParsingTimer(WantTiming); in Reparse()2329 SimpleTimer CompletionTimer(WantTiming); in CodeComplete()
53 TEST_F(ScudoTimingTest, SimpleTimer) { in TEST_F() argument