Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.cc209 return static_cast<int>(profiles_->profiles()->size()); in GetProfilesCount()
214 return profiles_->profiles()->at(index).get(); in GetProfile()
225 profiles_->RemoveProfile(profile); in DeleteProfile()
226 if (profiles_->profiles()->empty() && !is_profiling_) { in DeleteProfile()
300 profiles_(test_profiles), in CpuProfiler()
304 profiles_->set_cpu_profiler(this); in CpuProfiler()
319 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
320 profiles_->set_cpu_profiler(this); in ResetProfiles()
350 if (profiles_->StartProfiling(title, record_samples, mode)) { in StartProfiling()
358 StartProfiling(profiles_->GetName(title), record_samples, mode); in StartProfiling()
[all …]
Dcpu-profiler.h238 std::unique_ptr<CpuProfilesCollection> profiles_; variable
Dprofile-generator.cc687 : profiles_(profiles) {} in ProfileGenerator()
801 profiles_->AddPathToCurrentProfiles(sample.timestamp, stack_trace, src_line, in RecordTickSample()
Dprofile-generator.h451 CpuProfilesCollection* profiles_; variable