/external/v8/src/profiler/ |
D | tracing-cpu-profiler.cc | 37 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StartProfiling(); in OnTraceEnabled() 53 void TracingCpuProfilerImpl::StartProfiling() { in StartProfiling() function in v8::internal::TracingCpuProfilerImpl 63 profiler_->StartProfiling("", true); in StartProfiling()
|
D | cpu-profiler.cc | 348 void CpuProfiler::StartProfiling(const char* title, bool record_samples, in StartProfiling() function in v8::internal::CpuProfiler 350 if (profiles_->StartProfiling(title, record_samples, mode)) { in StartProfiling() 356 void CpuProfiler::StartProfiling(String* title, bool record_samples, in StartProfiling() function in v8::internal::CpuProfiler 358 StartProfiling(profiles_->GetName(title), record_samples, mode); in StartProfiling()
|
D | cpu-profiler.h | 206 void StartProfiling(const char* title, bool record_samples = false, 208 void StartProfiling(String* title, bool record_samples, ProfilingMode mode);
|
D | tracing-cpu-profiler.h | 30 void StartProfiling();
|
D | profile-generator.h | 409 bool StartProfiling(const char* title, bool record_samples,
|
D | profile-generator.cc | 606 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling() function in v8::internal::CpuProfilesCollection
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler_test.cc | 60 profiler.StartProfiling(); in TEST() 105 profiler.StartProfiling(); in TEST()
|
D | profiler.h | 82 void StartProfiling() { buffer_.SetEnabled(true); } in StartProfiling() function 169 void StartProfiling() {} in StartProfiling() function
|
D | profile_summarizer_test.cc | 111 profiler.StartProfiling(); in TEST() 132 profiler.StartProfiling(); in TEST()
|
/external/libchrome/base/debug/ |
D | profiler.cc | 33 void StartProfiling(const std::string& name) { in StartProfiling() function 66 void StartProfiling(const std::string& name) {
|
D | profiler.h | 24 BASE_EXPORT void StartProfiling(const std::string& name);
|
/external/gemmlowp/test/ |
D | benchmark.cc | 168 gemmlowp::StartProfiling(); in benchmark() 215 gemmlowp::StartProfiling(); in benchmark_gemm_sizes()
|
D | test.cc | 1591 StartProfiling(); in test()
|
/external/v8/include/ |
D | v8-profiler.h | 315 void StartProfiling(Local<String> title, CpuProfilingMode mode, 322 void StartProfiling(Local<String> title, bool record_samples = false);
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_tflite_model.cc | 52 profiler_.StartProfiling(); in OnSingleRunStart() 73 gemmlowp::StartProfiling(); in OnBenchmarkStart()
|
/external/gemmlowp/profiling/ |
D | profiler.h | 349 inline void StartProfiling() { in StartProfiling() function
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | label_image.cc | 190 if (s->profiling) profiler->StartProfiling(); in RunInference()
|
/external/v8/src/inspector/ |
D | v8-profiler-agent-impl.cc | 504 m_profiler->StartProfiling(toV8String(m_isolate, title), true); in startProfiling()
|
/external/v8/src/ |
D | api.cc | 10134 void CpuProfiler::StartProfiling(Local<String> title, bool record_samples) { in StartProfiling() function in v8::CpuProfiler 10135 reinterpret_cast<i::CpuProfiler*>(this)->StartProfiling( in StartProfiling() 10139 void CpuProfiler::StartProfiling(Local<String> title, CpuProfilingMode mode, in StartProfiling() function in v8::CpuProfiler 10141 reinterpret_cast<i::CpuProfiler*>(this)->StartProfiling( in StartProfiling()
|