Home | History | Annotate | Download | only in src

Lines Matching refs:StartProfiling

568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
588 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
589 return StartProfiling(GetName(title), uid);