| 339 | } |
| 340 | const RuntimeProfile* profile() const { return profile_; } |
| 341 | const RuntimeProfile* summary_profile() const { return summary_profile_; } |
| 342 | const RuntimeProfile* frontend_profile() const { return frontend_profile_; } |
| 343 | int64_t start_time_us() const { return start_time_us_; } |
| 344 | int64_t end_time_us() const { return end_time_us_.Load(); } |
no outgoing calls
no test coverage detected