Home
last modified time | relevance | path

Searched refs:profiler_ (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/profiler/
Dtracing-cpu-profiler.cc62 if (!profiling_enabled_ || profiler_) return; in StartProfiling()
67 profiler_.reset(new CpuProfiler(isolate_)); in StartProfiling()
68 profiler_->set_sampling_interval( in StartProfiling()
70 profiler_->StartProfiling("", true); in StartProfiling()
75 if (!profiler_) return; in StopProfiling()
76 profiler_->StopProfiling(""); in StopProfiling()
77 profiler_.reset(); in StopProfiling()
Dsampling-heap-profiler.h57 SamplingHeapProfiler* profiler_) in Sample()
61 reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_)), in Sample()
62 profiler(profiler_) {} in Sample()
165 profiler_(profiler), in SamplingAllocationObserver()
176 profiler_->SampleObject(soon_object, size); in Step()
183 SamplingHeapProfiler* const profiler_; variable
Dprofile-generator.h289 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler()
305 CpuProfiler* const profiler_; variable
340 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
359 CpuProfiler* profiler_; variable
Dtracing-cpu-profiler.h35 std::unique_ptr<CpuProfiler> profiler_; variable
Dprofile-generator.cc397 profiler_(profiler), in CpuProfile()
552 profiler_(nullptr), in CpuProfilesCollection()
581 current_profiles_.Add(new CpuProfile(profiler_, title, record_samples)); in StartProfiling()
Dheap-snapshot-generator.h158 HeapProfiler* profiler() { return profiler_; } in profiler()
190 HeapProfiler* profiler_; variable
Dheap-snapshot-generator.cc187 : profiler_(profiler), in HeapSnapshot()
208 profiler_->RemoveSnapshot(this); in Delete()
214 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()
/external/v8/src/
Dlog.cc621 profiler_(nullptr), in Ticker()
630 DCHECK(profiler_ == nullptr); in SetProfiler()
631 profiler_ = profiler; in SetProfiler()
638 profiler_ = nullptr; in ClearProfiler()
645 if (!profiler_) return; in SampleStack()
649 profiler_->Insert(&sample); in SampleStack()
653 Profiler* profiler_; member in v8::internal::Ticker
735 profiler_(NULL), in Logger()
1383 if (profiler_ != NULL) { in StopProfiler()
1384 profiler_->pause(); in StopProfiler()
[all …]
Dlog.h312 Profiler* profiler_; variable