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

  /external/v8/src/profiler/
tracing-cpu-profiler.cc 61 if (!profiling_enabled_ || profiler_) return;
64 profiler_.reset(new CpuProfiler(isolate_));
65 profiler_->set_sampling_interval(
67 profiler_->StartProfiling("", true);
72 if (!profiler_) return;
73 profiler_->StopProfiling("");
74 profiler_.reset();
tracing-cpu-profiler.h 35 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),
176 profiler_->SampleObject(soon_object, size);
183 SamplingHeapProfiler* const profiler_; member in class:v8::internal::SamplingAllocationObserver
profile-generator.h 289 CpuProfiler* cpu_profiler() const { return profiler_; }
305 CpuProfiler* const profiler_; member in class:v8::internal::CpuProfile
340 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; }
359 CpuProfiler* profiler_; member in class:v8::internal::CpuProfilesCollection
heap-snapshot-generator.h 158 HeapProfiler* profiler() { return profiler_; }
190 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
profile-generator.cc 396 profiler_(profiler),
551 profiler_(nullptr),
580 current_profiles_.Add(new CpuProfile(profiler_, title, record_samples));
heap-snapshot-generator.cc 182 : profiler_(profiler),
203 profiler_->RemoveSnapshot(this);
209 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id();
    [all...]
  /external/v8/src/
log.cc 621 profiler_(nullptr),
630 DCHECK(profiler_ == nullptr);
631 profiler_ = profiler;
638 profiler_ = nullptr;
645 if (!profiler_) return;
649 profiler_->Insert(&sample);
653 Profiler* profiler_; member in class:v8::internal::Ticker
735 profiler_(NULL),
    [all...]
log.h 300 // When the statistical profile is active, profiler_
303 Profiler* profiler_; member in class:v8::internal::Logger

Completed in 65 milliseconds