Home
last modified time | relevance | path

Searched refs:StopProfiling (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dtracing-cpu-profiler.cc21 StopProfiling(); in ~TracingCpuProfilerImpl()
45 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StopProfiling(); in OnTraceDisabled()
60 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl
63 profiler_->StopProfiling(""); in StopProfiling()
Dcpu-profiler.cc659 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
662 return StopProfiling(profile->id()); in StopProfiling()
667 CpuProfile* CpuProfiler::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfiler
672 CpuProfile* profile = profiles_->StopProfiling(id); in StopProfiling()
684 CpuProfile* CpuProfiler::StopProfiling(String title) { in StopProfiling() function in v8::internal::CpuProfiler
685 return StopProfiling(profiles_->GetName(title)); in StopProfiling()
Dcpu-profiler.h359 CpuProfile* StopProfiling(const char* title);
360 CpuProfile* StopProfiling(String title);
361 CpuProfile* StopProfiling(ProfilerId id);
Dtracing-cpu-profiler.h35 void StopProfiling();
Dprofile-generator.h550 CpuProfile* StopProfiling(ProfilerId id);
Dprofile-generator.cc1104 CpuProfile* CpuProfilesCollection::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfilesCollection
/third_party/node/deps/v8/include/
Dv8-profiler.h524 CpuProfile* StopProfiling(Local<String> title);
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc549 m_profiler->StopProfiling(toV8String(m_isolate, title)); in stopProfiling()
/third_party/node/deps/v8/src/api/
Dapi.cc10016 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler
10018 reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling( in StopProfiling()
10024 reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling(id)); in Stop()
/third_party/node/src/
Djs_native_api_v8.cc1782 auto profile = v8profiler->StopProfiling(v8::String::Empty(isolate)); in OH_JSVM_StopCpuProfiler()
/third_party/node/deps/v8/src/d8/
Dd8.cc5565 cpu_profiler->StopProfiling(String::Empty(isolate)); in Main()