| 134 | MicrosecondsInt64 timestamp() const { return timestamp_; } |
| 135 | MicrosecondsInt64 thread_timestamp() const { return thread_timestamp_; } |
| 136 | char phase() const { return phase_; } |
| 137 | int thread_id() const { return thread_id_; } |
| 138 | MicrosecondsInt64 duration() const { return duration_; } |
| 139 | MicrosecondsInt64 thread_duration() const { return thread_duration_; } |
no outgoing calls
no test coverage detected