Searched refs:profiles_ (Results 1 – 4 of 4) sorted by relevance
209 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 …]
238 std::unique_ptr<CpuProfilesCollection> profiles_; variable
687 : profiles_(profiles) {} in ProfileGenerator()801 profiles_->AddPathToCurrentProfiles(sample.timestamp, stack_trace, src_line, in RecordTickSample()
451 CpuProfilesCollection* profiles_; variable