MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / reset

Method reset

components/performance_counters/papi/src/server/papi.cpp:332–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 void papi_counter::reset()
333 {
334 std::lock_guard<thread_counters::mutex_type> m(
335 counters_->get_lock());
336
337 reset_counter();
338 }
339
340 void papi_counter::finalize()
341 {

Callers 8

unsatisfy_predicateMethod · 0.45
incrementMethod · 0.45
satisfy_predicateMethod · 0.45
hpx_mainFunction · 0.45
writeMethod · 0.45

Calls 1

reset_counterFunction · 0.85

Tested by 2

hpx_mainFunction · 0.36