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 39 "native function stopProfiling();"
49 if (name->Equals(context, v8_str(isolate, "stopProfiling")).FromJust()) {
50 return v8::FunctionTemplate::New(isolate, ProfilerExtension::StopProfiling);
68 void ProfilerExtension::StopProfiling(
71 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
  /external/v8/src/profiler/
cpu-profiler.cc 311 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
314 CpuProfile* result = profiles_->StopProfiling(title);
322 CpuProfile* CpuProfiler::StopProfiling(String* title) {
326 return profiles_->StopProfiling(profile_title);
profile-generator.cc 507 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
  /external/v8/src/
api.cc     [all...]

Completed in 92 milliseconds