Home
last modified time | relevance | path

Searched defs:StopProfiling (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dtracing-cpu-profiler.cc60 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl
Dcpu-profiler.cc659 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
667 CpuProfile* CpuProfiler::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfiler
684 CpuProfile* CpuProfiler::StopProfiling(String title) { in StopProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc1104 CpuProfile* CpuProfilesCollection::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfilesCollection
/third_party/node/deps/v8/src/api/
Dapi.cc10016 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler