Searched defs:StartProfiling (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ | ||
D | profiler-extension.cc | 57 void ProfilerExtension::StartProfiling( in StartProfiling() function in v8::internal::ProfilerExtension |
/external/v8/src/ | ||
D | cpu-profiler.cc | 413 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler |
D | profile-generator.cc | 458 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling() function in v8::internal::CpuProfilesCollection |
D | api.cc | 7151 void CpuProfiler::StartProfiling(Handle<String> title, bool record_samples) { in StartProfiling() function in v8::CpuProfiler |