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

  /external/v8/src/
cpu-profiler.h 279 CpuProfile* StopCollectingProfile(const char* title);
280 CpuProfile* StopCollectingProfile(Object* security_token, String* title);
cpu-profiler.cc 292 Isolate::Current()->cpu_profiler()->StopCollectingProfile(title) : NULL;
298 Isolate::Current()->cpu_profiler()->StopCollectingProfile(
532 CpuProfile* CpuProfiler::StopCollectingProfile(const char* title) {
546 CpuProfile* CpuProfiler::StopCollectingProfile(Object* security_token,

Completed in 359 milliseconds