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 261 CpuProfile* StopCollectingProfile(const char* title);
262 CpuProfile* StopCollectingProfile(Object* security_token, String* title);
cpu-profiler.cc 277 isolate->cpu_profiler()->StopCollectingProfile(title) : NULL;
284 isolate->cpu_profiler()->StopCollectingProfile(
518 CpuProfile* CpuProfiler::StopCollectingProfile(const char* title) {
532 CpuProfile* CpuProfiler::StopCollectingProfile(Object* security_token,

Completed in 46 milliseconds