Searched defs:StartProfiling (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/profiler/ | ||
D | tracing-cpu-profiler.cc | 60 void TracingCpuProfilerImpl::StartProfiling() { in StartProfiling() function in v8::internal::TracingCpuProfilerImpl |
D | cpu-profiler.cc | 301 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler |
D | profile-generator.cc | 566 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 | 9761 void CpuProfiler::StartProfiling(Local<String> title, bool record_samples) { in StartProfiling() function in v8::CpuProfiler |