Searched refs:profiler_ (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
D | tracing-cpu-profiler.cc | 52 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()
|
D | sampling-heap-profiler.h | 104 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); in Step() 155 SamplingHeapProfiler* const profiler_; variable
|
D | tracing-cpu-profiler.h | 38 std::unique_ptr<CpuProfiler> profiler_; variable
|
D | profile-generator.h | 442 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler() 461 CpuProfiler* const profiler_; variable 542 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler() 585 CpuProfiler* profiler_; variable
|
D | profile-generator.cc | 583 profiler_(profiler), in CpuProfile() 646 reinterpret_cast<v8::Isolate*>(profiler_->isolate())); in AddPath() 897 : profiler_(nullptr), current_profiles_semaphore_(1), isolate_(isolate) { in CpuProfilesCollection() 940 new CpuProfile(profiler_, id, title, options, std::move(delegate)); in StartProfiling() 1021 DCHECK(profiler_); in GetCommonSamplingInterval() 1024 profiler_->sampling_interval().InMicroseconds(); in GetCommonSamplingInterval()
|
D | heap-snapshot-generator.h | 225 HeapProfiler* profiler() const { return profiler_; } in profiler() 264 HeapProfiler* profiler_; variable
|
D | heap-snapshot-generator.cc | 389 : profiler_(profiler), in HeapSnapshot() 406 profiler_->RemoveSnapshot(this); in Delete() 410 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.h | 62 TieringManager* const profiler_;
|
D | tiering-manager.cc | 368 : profiler_(profiler) { in OnInterruptTickScope() 374 profiler_->any_ic_changed_ = false; in ~OnInterruptTickScope()
|
/third_party/node/deps/v8/src/logging/ |
D | log.cc | 947 DCHECK_NULL(profiler_); in SetProfiler() 948 profiler_ = profiler; in SetProfiler() 954 profiler_ = nullptr; in ClearProfiler() 960 if (!profiler_) return; in SampleStack() 969 profiler_->Insert(&sample); in SampleStack() 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_->Disengage(); in StopProfilerThread() [all …]
|
D | log.h | 337 std::unique_ptr<Profiler> profiler_; variable
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 151471 profiler_(profiler), 151492 - : profiler_(nullptr), current_profiles_semaphore_(1) {} 151493 + : profiler_(nullptr), 151545 - new CpuProfile(profiler_, title, options, std::move(delegate))); 151547 + new CpuProfile(profiler_, id, title, options, std::move(delegate)); 151640 CpuProfiler* cpu_profiler() const { return profiler_; } 151648 CpuProfiler* const profiler_; 151669 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } 151701 CpuProfiler* profiler_;
|