Searched defs:StopProfiling (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/profiler/ | ||
D | tracing-cpu-profiler.cc | 73 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl |
D | cpu-profiler.cc | 345 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler |
D | profile-generator.cc | 587 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection |
/external/v8/src/ | ||
D | api.cc | 9767 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler |