Searched refs:CpuProfilesCollection (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.h | 28 class CpuProfilesCollection; 189 CpuProfilesCollection* profiles); 203 CpuProfilesCollection* profiles_; 219 CpuProfilesCollection* profiles, 327 CpuProfilesCollection* profiles, Symbolizer* test_symbolizer, 407 std::unique_ptr<CpuProfilesCollection> profiles_;
|
H A D | profile-generator.cc | 573 std::atomic<ProfilerId> CpuProfilesCollection::last_id_{0}; 1050 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection 1055 CpuProfilingResult CpuProfilesCollection::StartProfilingForTesting( in StartProfilingForTesting() 1060 CpuProfilingResult CpuProfilesCollection::StartProfiling( in StartProfiling() 1066 CpuProfilingResult CpuProfilesCollection::StartProfiling( in StartProfiling() 1104 CpuProfile* CpuProfilesCollection::StopProfiling(ProfilerId id) { in StopProfiling() 1123 CpuProfile* CpuProfilesCollection::Lookup(const char* title) { in Lookup() 1146 bool CpuProfilesCollection::IsLastProfileLeft(ProfilerId id) { in IsLastProfileLeft() 1154 void CpuProfilesCollection [all...] |
H A D | profile-generator.h | 537 class V8_EXPORT_PRIVATE CpuProfilesCollection { class 539 explicit CpuProfilesCollection(Isolate* isolate); 540 CpuProfilesCollection(const CpuProfilesCollection&) = delete; 541 CpuProfilesCollection& operator=(const CpuProfilesCollection&) = delete;
|
H A D | cpu-profiler.cc | 109 ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles) in ProfilerEventsProcessor() 123 ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles, in SamplingEventsProcessor() 498 new CpuProfilesCollection(isolate), nullptr, nullptr, in CpuProfiler() 503 CpuProfilesCollection* test_profiles, in CpuProfiler() 546 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
|
Completed in 6 milliseconds