Home
last modified time | relevance | path

Searched defs:iter_count (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dbasic_test.cc101 benchmark::IterationCount iter_count = 0; in BM_KeepRunning() local
118 benchmark::IterationCount iter_count = 0; in BM_KeepRunningBatch() local
137 benchmark::IterationCount iter_count = 0; in BM_RangedFor() local
/llvm-project/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp21 static int iter_count = 100000; variable