Stores now time (in microseconds) since unix epoch when the handler is requested via RunHandlerPool::Get().
| 517 | // Stores now time (in microseconds) since unix epoch when the handler is |
| 518 | // requested via RunHandlerPool::Get(). |
| 519 | uint64 start_time_us() const { return start_time_us_; } |
| 520 | int64 step_id() const { return step_id_; } |
| 521 | void ScheduleInterOpClosure(std::function<void()> fn); |
| 522 | void ScheduleIntraOpClosure(std::function<void()> fn); |
no outgoing calls
no test coverage detected