Searched defs:StartProfiling (Results 1 – 5 of 5) sorted by relevance
| /external/v8/test/cctest/ | ||
| D | profiler-extension.cc | 59 void ProfilerExtension::StartProfiling( in StartProfiling() function in v8::internal::ProfilerExtension |
| /external/v8/src/profiler/ | ||
| D | cpu-profiler.cc | 264 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler |
| D | profile-generator.cc | 486 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling() function in v8::internal::CpuProfilesCollection |
| /external/gemmlowp/profiling/ | ||
| D | profiler.h | 349 inline void StartProfiling() { in StartProfiling() function |
| /external/v8/src/ | ||
| D | api.cc | 8397 void CpuProfiler::StartProfiling(Local<String> title, bool record_samples) { in StartProfiling() function in v8::CpuProfiler |