Home
last modified time | relevance | path

Searched refs:num_calls1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/utils/benchmark/test/
Duser_counters_test.cc52 namespace { int num_calls1 = 0; } variable
57 state.counters["bar"] = ++num_calls1; in BM_Counters_WithBytesAndItemsPSec()
82 CHECK_COUNTER_VALUE(e, int, "bar", EQ, num_calls1); in CheckBytesAndItemsPSec()
/external/libcxx/utils/google-benchmark/test/
Duser_counters_test.cc60 int num_calls1 = 0; variable
66 state.counters["bar"] = ++num_calls1; in BM_Counters_WithBytesAndItemsPSec()
94 CHECK_COUNTER_VALUE(e, int, "bar", EQ, num_calls1); in CheckBytesAndItemsPSec()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Duser_counters_test.cc60 int num_calls1 = 0; variable
66 state.counters["bar"] = ++num_calls1; in BM_Counters_WithBytesAndItemsPSec()
94 CHECK_COUNTER_VALUE(e, int, "bar", EQ, num_calls1); in CheckBytesAndItemsPSec()
/external/google-benchmark/test/
Duser_counters_test.cc63 int num_calls1 = 0; variable
71 state.counters["bar"] = ++num_calls1; in BM_Counters_WithBytesAndItemsPSec()
102 CHECK_COUNTER_VALUE(e, int, "bar", EQ, num_calls1); in CheckBytesAndItemsPSec()