Searched refs:timing_counter (Results 1 – 3 of 3) sorted by relevance
200 SharedCounter* timing_counter = nullptr; in GetGPUAllocator() local202 timing_counter = new SharedCounter; in GetGPUAllocator()203 gpu_bfc_allocator->SetTimingCounter(timing_counter); in GetGPUAllocator()245 std::unique_ptr<SharedCounter>(timing_counter), in GetGPUAllocator()281 SharedCounter* timing_counter = new SharedCounter; in GPUAllocatorCounter() local282 allocator_parts.bfc_allocator->SetTimingCounter(timing_counter); in GPUAllocatorCounter()283 allocator_parts.counter.reset(timing_counter); in GPUAllocatorCounter()
237 SharedCounter* timing_counter, Allocator* allocator, in GPUKernelTracker() argument242 timing_counter_(timing_counter), in GPUKernelTracker()
476 SharedCounter* timing_counter = nullptr; in Init() local482 timing_counter = in Init()484 DCHECK(timing_counter); in Init()487 tracker_params, Env::Default(), stream_->compute, timing_counter, in Init()