Searched refs:SharedCounter (Results 1 – 7 of 7) sorted by relevance
38 class SharedCounter; variable120 SharedCounter* GPUAllocatorCounter(TfGpuId tf_gpu_id);146 std::unique_ptr<SharedCounter> counter;
173 SharedCounter* timing_counter = nullptr; in GetGPUAllocator()175 timing_counter = new SharedCounter; in GetGPUAllocator()205 std::unique_ptr<SharedCounter>(timing_counter), in GetGPUAllocator()221 SharedCounter* GPUProcessState::GPUAllocatorCounter(TfGpuId tf_gpu_id) { in GPUAllocatorCounter()236 SharedCounter* timing_counter = new SharedCounter; in GPUAllocatorCounter()322 std::unique_ptr<SharedCounter>(nullptr), in GetGpuHostAllocator()
203 SharedCounter* timing_counter, Allocator* allocator, in GPUKernelTracker()217 owned_counter_.reset(new SharedCounter); in GPUKernelTracker()272 SharedCounter* timing_counter_;273 std::unique_ptr<SharedCounter> owned_counter_;
466 timing_counter_.reset(new SharedCounter); in Init()478 std::unique_ptr<SharedCounter> timing_counter_;
457 SharedCounter* timing_counter = nullptr; in Init()
25 class SharedCounter {
80 void SetTimingCounter(SharedCounter* sc) { timing_counter_ = sc; } in SetTimingCounter()586 SharedCounter* timing_counter_ = nullptr;