Searched refs:timing_counter (Results 1 – 3 of 3) sorted by relevance
173 SharedCounter* timing_counter = nullptr; in GetGPUAllocator() local175 timing_counter = new SharedCounter; in GetGPUAllocator()176 gpu_bfc_allocator->SetTimingCounter(timing_counter); in GetGPUAllocator()205 std::unique_ptr<SharedCounter>(timing_counter), in GetGPUAllocator()236 SharedCounter* timing_counter = new SharedCounter; in GPUAllocatorCounter() local237 allocator_parts.bfc_allocator->SetTimingCounter(timing_counter); in GPUAllocatorCounter()238 allocator_parts.counter.reset(timing_counter); in GPUAllocatorCounter()
203 SharedCounter* timing_counter, Allocator* allocator, in GPUKernelTracker() argument208 timing_counter_(timing_counter), in GPUKernelTracker()
457 SharedCounter* timing_counter = nullptr; in Init() local463 timing_counter = in Init()465 DCHECK(timing_counter); in Init()468 tracker_params, Env::Default(), stream_->compute, timing_counter, in Init()