HomeSort by relevance Sort by last modified time
    Searched refs:profiler_ (Results 1 - 14 of 14) sorted by null

  /external/v8/src/profiler/
tracing-cpu-profiler.cc 55 if (!profiling_enabled_ || profiler_) return;
60 profiler_.reset(new CpuProfiler(isolate_));
61 profiler_->set_sampling_interval(
63 profiler_->StartProfiling("", true);
68 if (!profiler_) return;
69 profiler_->StopProfiling("");
70 profiler_.reset();
tracing-cpu-profiler.h 34 std::unique_ptr<CpuProfiler> profiler_; member in class:v8::internal::final
sampling-heap-profiler.h 57 SamplingHeapProfiler* profiler_)
61 reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_)),
62 profiler(profiler_) {}
165 profiler_(profiler),
178 profiler_->SampleObject(soon_object, size);
186 SamplingHeapProfiler* const profiler_; member in class:v8::internal::SamplingAllocationObserver
profile-generator.h 340 CpuProfiler* cpu_profiler() const { return profiler_; }
357 CpuProfiler* const profiler_; member in class:v8::internal::CpuProfile
408 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; }
430 CpuProfiler* profiler_; member in class:v8::internal::CpuProfilesCollection
heap-snapshot-generator.h 177 HeapProfiler* profiler() { return profiler_; }
210 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
profile-generator.cc 398 profiler_(profiler),
604 : profiler_(nullptr), current_profiles_semaphore_(1) {}
623 new CpuProfile(profiler_, title, record_samples, mode));
heap-snapshot-generator.cc 181 : profiler_(profiler),
198 profiler_->RemoveSnapshot(this);
203 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_execution_profiler.h 91 : profiler_(profiler), hlo_instruction_(hlo_instruction) {
98 profiler_->FinishHloInstruction(hlo_instruction_);
103 HloExecutionProfiler* profiler_; member in class:xla::gpu::ScopedInstructionProfiler
  /external/tensorflow/tensorflow/lite/tools/benchmark/
benchmark_tflite_model.h 45 profiling::Profiler profiler_; member in class:tflite::benchmark::ProfilingListener
benchmark_tflite_model.cc 46 interpreter_->SetProfiler(&profiler_);
51 profiler_.Reset();
52 profiler_.StartProfiling();
63 profiler_.StopProfiling();
64 auto profile_events = profiler_.GetProfileEvents();
  /external/tensorflow/tensorflow/lite/core/
subgraph.h 279 profiler_ = profiler;
283 profiling::Profiler* GetProfiler() { return profiler_; }
528 profiling::Profiler* profiler_ = nullptr; member in class:tflite::Subgraph
subgraph.cc 698 SCOPED_OPERATOR_PROFILE(profiler_, node_index);
    [all...]
  /external/v8/src/
log.cc 848 profiler_(nullptr),
857 DCHECK_NULL(profiler_);
858 profiler_ = profiler;
865 profiler_ = nullptr;
872 if (!profiler_) return;
876 profiler_->Insert(&sample);
880 Profiler* profiler_; member in class:v8::internal::Ticker
960 profiler_(nullptr),
    [all...]
log.h 342 // When the statistical profile is active, profiler_
345 Profiler* profiler_; member in class:v8::internal::interpreter::Logger

Completed in 367 milliseconds