Searched defs:StopProfiling (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/profiler/ | ||
D | tracing-cpu-profiler.cc | 60 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl |
D | cpu-profiler.cc | 659 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler |
D | profile-generator.cc | 1104 CpuProfile* CpuProfilesCollection::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfilesCollection |
/third_party/node/deps/v8/src/api/ | ||
D | api.cc | 10016 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler |