Searched refs:profiles_ (Results 1 – 4 of 4) sorted by relevance
148 return profiles_->profiles()->length(); in GetProfilesCount()153 return profiles_->profiles()->at(index); in GetProfile()164 profiles_->RemoveProfile(profile); in DeleteProfile()166 if (profiles_->profiles()->is_empty() && !is_profiling_) { in DeleteProfile()188 rec->entry = profiles_->NewCodeEntry( in CallbackEvent()190 profiles_->GetName(name)); in CallbackEvent()204 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name)); in CodeCreateEvent()218 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name)); in CodeCreateEvent()232 rec->entry = profiles_->NewCodeEntry( in CodeCreateEvent()233 tag, profiles_->GetFunctionName(shared->DebugName()), in CodeCreateEvent()[all …]
260 CpuProfilesCollection* profiles_; variable
561 : profiles_(profiles), in ProfileGenerator()647 profiles_->AddPathToCurrentProfiles(sample.timestamp, entries); in RecordTickSample()
325 CpuProfilesCollection* profiles_; variable