Home
last modified time | relevance | path

Searched refs:SimpleTimer (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Ddiagnosis_utils.py75 class SimpleTimer(object): class
128 self.debug_output_timer = SimpleTimer(interval_hours=0.5)
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp112 class SimpleTimer { class
118 explicit SimpleTimer(bool WantTiming) : WantTiming(WantTiming) { in SimpleTimer() function in __anon8e7ac3c80111::SimpleTimer
123 ~SimpleTimer() { in ~SimpleTimer()
368 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults()
1371 SimpleTimer PreambleTimer(WantTiming); in getMainBufferWithPrecompiledPreamble()
1682 SimpleTimer ParsingTimer(WantTiming); in LoadFromCompilerInvocation()
1839 SimpleTimer ParsingTimer(WantTiming); in Reparse()
2149 SimpleTimer CompletionTimer(WantTiming); in CodeComplete()
/external/clang/lib/Frontend/
DASTUnit.cpp56 class SimpleTimer { class
62 explicit SimpleTimer(bool WantTiming) : WantTiming(WantTiming) { in SimpleTimer() function in __anon2e64129a0111::SimpleTimer
72 ~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()