Home
last modified time | relevance | path

Searched refs:StopProfiling (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/profiler/
Dtracing-cpu-profiler.cc24 StopProfiling(); in ~TracingCpuProfilerImpl()
48 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StopProfiling(); in OnTraceDisabled()
66 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl
69 profiler_->StopProfiling(""); in StopProfiling()
Dcpu-profiler.cc401 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
404 return profiles_->StopProfiling(title); in StopProfiling()
407 CpuProfile* CpuProfiler::StopProfiling(String* title) { in StopProfiling() function in v8::internal::CpuProfiler
408 return StopProfiling(profiles_->GetName(title)); in StopProfiling()
Dcpu-profiler.h209 CpuProfile* StopProfiling(const char* title);
210 CpuProfile* StopProfiling(String* title);
Dtracing-cpu-profiler.h31 void StopProfiling();
Dprofile-generator.h411 CpuProfile* StopProfiling(const char* title);
Dprofile-generator.cc629 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection
/external/tensorflow/tensorflow/lite/profiling/
Dprofiler_test.cc62 profiler.StopProfiling(); in TEST()
107 profiler.StopProfiling(); in TEST()
Dprofiler.h83 void StopProfiling() { buffer_.SetEnabled(false); } in StopProfiling() function
170 void StopProfiling() {} in StopProfiling() function
Dprofile_summarizer_test.cc116 profiler.StopProfiling(); in TEST()
137 profiler.StopProfiling(); in TEST()
/external/libchrome/base/debug/
Dprofiler.cc43 void StopProfiling() { in StopProfiling() function
69 void StopProfiling() {
Dprofiler.h27 BASE_EXPORT void StopProfiling();
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc206 profiler->StopProfiling(); in RunInference()
/external/v8/include/
Dv8-profiler.h328 CpuProfile* StopProfiling(Local<String> title);
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc63 profiler_.StopProfiling(); in OnSingleRunEnd()
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc511 m_profiler->StopProfiling(toV8String(m_isolate, title)); in stopProfiling()
/external/v8/src/
Dapi.cc10145 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler
10147 reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling( in StopProfiling()