HomeSort by relevance Sort by last modified time
    Searched defs:profile_title (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
cpu-profiler.cc 466 const char* profile_title = profiles_->GetName(title); local
467 StopProcessorIfLastProfile(profile_title);
468 return profiles_->StopProfiling(profile_title);
  /external/v8/src/
cpu-profiler.cc 535 const char* profile_title = profiles_->GetName(title); local
536 StopProcessorIfLastProfile(profile_title);
538 return profiles_->StopProfiling(token, profile_title, actual_sampling_rate);

Completed in 1042 milliseconds