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();";
52 v8::String::NewFromUtf8(isolate, "stopProfiling",
57 ProfilerExtension::StopProfiling);
75 void ProfilerExtension::StopProfiling(
78 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
  /external/v8/src/profiler/
cpu-profiler.cc 476 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
479 CpuProfile* result = profiles_->StopProfiling(title);
487 CpuProfile* CpuProfiler::StopProfiling(String* title) {
491 return profiles_->StopProfiling(profile_title);
profile-generator.cc 486 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
  /external/v8/src/
api.cc     [all...]

Completed in 470 milliseconds