Home
last modified time | relevance | path

Searched refs:profilers_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc133 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()
Dprofiler_session.h58 profilers_ GUARDED_BY(mutex_);
/external/v8/src/profiler/
Dcpu-profiler.cc258 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