@@ -21,6 +21,8 @@ class UsageTracker {
std::chrono::nanoseconds wall_time_;
std::chrono::nanoseconds user_time_;
std::chrono::nanoseconds sys_time_;
uint64_t vol_ctxt_sw_ = 0;
uint64_t invol_ctxt_sw_ = 0;
std::chrono::steady_clock::time_point start_time_;
rusage start_usage_;
The note is not visible to the blocked user.