Searched defs:StopProfiling (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ | ||
D | profiler-extension.cc | 75 void ProfilerExtension::StopProfiling( in StopProfiling() function in v8::internal::ProfilerExtension |
/external/v8/src/profiler/ | ||
D | cpu-profiler.cc | 476 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler |
D | profile-generator.cc | 486 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection |
/external/v8/src/ | ||
D | api.cc | 8060 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler |