69 _total_count.
fetch_add(1, std::memory_order::relaxed);
70 fetch_max(_duration_max, duration, std::memory_order::relaxed);
71 fetch_min(_duration_min, duration, std::memory_order::relaxed);
77 _duration_avg.
fetch_add(duration, std::memory_order::relaxed);