Returns the counter for the inactive time.
| 209 | Counter* total_time_counter() const { return total_time_counter_; } |
| 210 | /// Returns the counter for the inactive time. |
| 211 | Counter* inactive_timer() const { return inactive_timer_; } |
| 212 | int64_t local_time() const { return local_time_ns_.Load(); } |
| 213 | int64_t total_time() const { return total_time_ns_.Load(); } |
| 214 |
no outgoing calls
no test coverage detected