| 33 | } |
| 34 | |
| 35 | port::Status GpuEvent::Destroy() { |
| 36 | return GpuDriver::DestroyEvent(parent_->gpu_context(), &gpu_event_); |
| 37 | } |
| 38 | |
| 39 | port::Status GpuEvent::Record(GpuStream* stream) { |
| 40 | return GpuDriver::RecordEvent(parent_->gpu_context(), gpu_event_, |
nothing calls this directly
no test coverage detected