Home | History | Annotate | Download | only in src

Lines Matching defs:CpuProfile

322 CpuProfile::CpuProfile(const char* title, bool record_samples)
329 void CpuProfile::AddPath(base::TimeTicks timestamp,
339 void CpuProfile::CalculateTotalTicksAndSamplingRate() {
344 void CpuProfile::Print() {
446 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
473 current_profiles_.Add(new CpuProfile(title, record_samples));
479 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
481 CpuProfile* profile = NULL;
507 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {