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

  /external/v8/test/cctest/
profiler-extension.cc 40 "native function stopProfiling();";
47 } else if (name->Equals(v8::String::NewFromUtf8(isolate, "stopProfiling"))) {
49 ProfilerExtension::StopProfiling);
67 void ProfilerExtension::StopProfiling(
70 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
  /external/v8/src/
cpu-profiler.cc 455 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
458 CpuProfile* result = profiles_->StopProfiling(title);
466 CpuProfile* CpuProfiler::StopProfiling(String* title) {
470 return profiles_->StopProfiling(profile_title);
profile-generator.cc 479 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
api.cc     [all...]

Completed in 79 milliseconds