Searched refs:profilers_ (Results 1 – 3 of 3) sorted by relevance
133 for (auto& profiler : profilers_) { in SerializeToString()137 for (auto& profiler : profilers_) { in SerializeToString()167 profilers_.push_back(tensorflow::profiler::runtime::EagerProfiler::Create( in ProfilerSession()170 profilers_.push_back(tensorflow::profiler::gpu::Tracer::Create()); in ProfilerSession()174 for (auto& profiler : profilers_) { in ProfilerSession()180 for (auto& profiler : profilers_) { in ~ProfilerSession()
58 profilers_ GUARDED_BY(mutex_);
258 profilers_.emplace(isolate, profiler); in AddProfiler()263 auto range = profilers_.equal_range(isolate); in RemoveProfiler()266 profilers_.erase(it); in RemoveProfiler()274 auto range = profilers_.equal_range(isolate); in CallCollectSample()281 std::unordered_multimap<Isolate*, CpuProfiler*> profilers_; member in v8::internal::__anonbeec1b2c0111::CpuProfilersManager