Searched refs:SamplingCounter (Results 1 – 2 of 2) sorted by relevance
336 class SamplingCounter : public AbstractSamplingCounter {338 SamplingCounter(const char* name) { init(name); } in SamplingCounter() function
2860 Add SamplingCounter tool to provide a simple mechanism for counting events in JSC2862 use the class 'SamplingCounter', where the counter may be incremented from multiple2896 (JSC::SamplingCounter::SamplingCounter):