Home
last modified time | relevance | path

Searched refs:CpuProfilesCollection (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
Dcpu-profiler.h28 class CpuProfilesCollection; variable
198 CpuProfilesCollection* profiles,
233 CpuProfilesCollection* profiles_;
301 CpuProfilesCollection* profiles, Symbolizer* test_symbolizer,
362 std::unique_ptr<CpuProfilesCollection> profiles_;
Dprofile-generator.cc733 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection
736 CpuProfilingStatus CpuProfilesCollection::StartProfiling( in StartProfiling()
758 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling()
780 bool CpuProfilesCollection::IsLastProfile(const char* title) { in IsLastProfile()
788 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile()
807 base::TimeDelta CpuProfilesCollection::GetCommonSamplingInterval() const { in GetCommonSamplingInterval()
829 void CpuProfilesCollection::AddPathToCurrentProfiles( in AddPathToCurrentProfiles()
Dcpu-profiler.cc114 ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles, in SamplingEventsProcessor()
448 new CpuProfilesCollection(isolate), nullptr, nullptr) {} in CpuProfiler()
452 CpuProfilesCollection* test_profiles, in CpuProfiler()
489 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
Dprofile-generator.h444 class V8_EXPORT_PRIVATE CpuProfilesCollection {
446 explicit CpuProfilesCollection(Isolate* isolate);
483 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);