Searched refs:LastSampleIterations (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcBenchmarkTest.cpp | 106 ElementsAre(Field(&BenchmarkState::LastSampleIterations, 1), in TEST_F() 107 Field(&BenchmarkState::LastSampleIterations, 2), in TEST_F() 108 Field(&BenchmarkState::LastSampleIterations, 4), in TEST_F() 109 Field(&BenchmarkState::LastSampleIterations, 8), in TEST_F() 110 Field(&BenchmarkState::LastSampleIterations, 16), in TEST_F() 124 ElementsAre(Field(&BenchmarkState::LastSampleIterations, 1), in TEST_F() 125 Field(&BenchmarkState::LastSampleIterations, 2), in TEST_F() 126 Field(&BenchmarkState::LastSampleIterations, 4), in TEST_F() 140 ElementsAre(Field(&BenchmarkState::LastSampleIterations, 1), in TEST_F() 141 Field(&BenchmarkState::LastSampleIterations, 2), in TEST_F() [all …]
|
| H A D | LibcBenchmark.h | 90 size_t LastSampleIterations; member 242 BS.LastSampleIterations = Iterations;
|