| 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 | |
| 215 | /// Returns the number of counters in this profile. Used for unit tests. |
| 216 | int num_counters() const; |