Home
last modified time | relevance | path

Searched refs:profiler_ (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dtracing-cpu-profiler.cc52 if (!profiling_enabled_ || profiler_) return; in StartProfiling()
54 profiler_.reset(new CpuProfiler(isolate_, kDebugNaming)); in StartProfiling()
55 profiler_->set_sampling_interval( in StartProfiling()
57 profiler_->StartProfiling("", {kLeafNodeLineNumbers}); in StartProfiling()
62 if (!profiler_) return; in StopProfiling()
63 profiler_->StopProfiling(""); in StopProfiling()
64 profiler_.reset(); in StopProfiling()
H A Dsampling-heap-profiler.h104 SamplingHeapProfiler* profiler_, uint64_t sample_id) in Sample()
107 global(reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_), in Sample()
108 profiler(profiler_), in Sample()
135 profiler_(profiler), in Observer()
147 profiler_->SampleObject(soon_object, size);
155 SamplingHeapProfiler* const profiler_; member in v8::internal::SamplingHeapProfiler::Observer
H A Dtracing-cpu-profiler.h38 std::unique_ptr<CpuProfiler> profiler_; member in v8::internal::final
H A Dprofile-generator.h443 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler()
462 CpuProfiler* const profiler_; member in v8::internal::CpuProfile
543 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
586 CpuProfiler* profiler_; member in v8::internal::CpuProfilesCollection
H A Dprofile-generator.cc583 profiler_(profiler), in CpuProfile()
646 reinterpret_cast<v8::Isolate*>(profiler_->isolate())); in AddPath()
1051 : profiler_(nullptr), current_profiles_semaphore_(1), isolate_(isolate) { in CpuProfilesCollection()
1094 new CpuProfile(profiler_, id, title, options, std::move(delegate)); in StartProfiling()
1175 DCHECK(profiler_); in GetCommonSamplingInterval()
1178 profiler_->sampling_interval().InMicroseconds(); in GetCommonSamplingInterval()
H A Dheap-snapshot-generator.h225 HeapProfiler* profiler() const { return profiler_; } in profiler()
264 HeapProfiler* profiler_; member in v8::internal::HeapSnapshot
H A Dheap-snapshot-generator.cc390 : profiler_(profiler), in HeapSnapshot()
407 profiler_->RemoveSnapshot(this); in Delete()
411 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.h62 TieringManager* const profiler_; member in v8::internal::CodeKind::final
H A Dtiering-manager.cc368 : profiler_(profiler) { in OnInterruptTickScope()
374 profiler_->any_ic_changed_ = false; in ~OnInterruptTickScope()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc947 DCHECK_NULL(profiler_); in SetProfiler()
948 profiler_ = profiler; in SetProfiler()
954 profiler_ = nullptr; in ClearProfiler()
960 if (!profiler_) return;
969 profiler_->Insert(&sample);
973 Profiler* profiler_ = nullptr; member in v8::internal::Ticker
2044 profiler_ = std::make_unique<Profiler>(isolate); in SetUp()
2045 profiler_->Engage(); in SetUp()
2085 if (profiler_ != nullptr) { in StopProfilerThread()
2086 profiler_ in StopProfilerThread()
[all...]
H A Dlog.h334 // When the statistical profile is active, profiler_
337 std::unique_ptr<Profiler> profiler_; member in v8::internal::Logger

Completed in 21 milliseconds