Home
last modified time | relevance | path

Searched refs:profiles_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dcpu-profiler.cc118 profiles_(profiles), in SamplingEventsProcessor()
218 profiles_->AddPathToCurrentProfiles( in SymbolizeAndAddToProfiles()
385 return static_cast<int>(profiles_->profiles()->size()); in GetProfilesCount()
390 return profiles_->profiles()->at(index).get(); in GetProfile()
401 profiles_->RemoveProfile(profile); in DeleteProfile()
402 if (profiles_->profiles()->empty() && !is_profiling_) { in DeleteProfile()
460 profiles_(test_profiles), in CpuProfiler()
465 profiles_->set_cpu_profiler(this); in CpuProfiler()
489 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
490 profiles_->set_cpu_profiler(this); in ResetProfiles()
[all …]
Dcpu-profiler.h233 CpuProfilesCollection* profiles_; variable
362 std::unique_ptr<CpuProfilesCollection> profiles_; variable