Home | History | Annotate | Download | only in src

Lines Matching refs:CpuProfile

355 CpuProfile::CpuProfile(const char* title, unsigned uid, bool record_samples)
364 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) {
370 void CpuProfile::CalculateTotalTicksAndSamplingRate() {
375 void CpuProfile::Print() {
477 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
504 current_profiles_.Add(new CpuProfile(title, uid, record_samples));
510 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
512 CpuProfile* profile = NULL;
538 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {