Searched refs:mCounters (Results 1 – 1 of 1) sorted by relevance
33 mCounters() {} in Profiler()41 time.second / totalTime * 100.0f, time.second, mCounters[time.first]); in ~Profiler()51 mCounters[id]++; in endTimer()63 std::unordered_map<int, int> mCounters; variable