| 812 | } |
| 813 | |
| 814 | bool GpuExecutor::AllocateTimer(Timer* timer) { |
| 815 | return AsGpuTimer(timer)->Init(); |
| 816 | } |
| 817 | |
| 818 | void GpuExecutor::DeallocateTimer(Timer* timer) { |
| 819 | AsGpuTimer(timer)->Destroy(); |
nothing calls this directly
no test coverage detected