Searched refs:kCounterList (Results 1 – 2 of 2) sorted by relevance
65 static const CounterDescriptor kCounterList[] = { variable110 static const int num_counters = arraysize(kCounterList); in Instrument()118 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument()
86 static const CounterDescriptor kCounterList[] = { variable133 sizeof(kCounterList) / sizeof(CounterDescriptor); in Instrument()141 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument()