Returns the (opaque) backing platform ITimer instance. Ownership is not transferred to the caller.
| 55 | // Returns the (opaque) backing platform ITimer instance. Ownership is |
| 56 | // not transferred to the caller. |
| 57 | internal::TimerInterface *implementation() { return implementation_.get(); } |
| 58 | |
| 59 | private: |
| 60 | // The StreamExecutor that manages the platform-specific internals for this |
no test coverage detected