Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp272 StatType() : mCounters() {} in StatType()
273 std::array<std::uint64_t, numActions> mCounters; member
295 ++get().mCounters[a]; in notify()
302 summary.mCounters[i] += s->mCounters[i]; in report()
308 std::cout << mStatNames[i] << ": " << summary.mCounters[i] << std::endl; in report()