| 656 | } |
| 657 | |
| 658 | bool GpuExecutor::AllocateTimer(Timer* timer) { |
| 659 | return AsGpuTimer(timer)->Init(); |
| 660 | } |
| 661 | |
| 662 | void GpuExecutor::DeallocateTimer(Timer* timer) { |
| 663 | AsGpuTimer(timer)->Destroy(); |
nothing calls this directly
no test coverage detected