Searched refs:num_calls1 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/benchmark/test/ |
D | user_counters_test.cc | 52 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/ |
D | user_counters_test.cc | 60 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/ |
D | user_counters_test.cc | 60 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/ |
D | user_counters_test.cc | 63 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()
|