Home
last modified time | relevance | path

Searched defs:StopProfiling (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dnoop_profiler.h38 void StopProfiling() {} in StopProfiling() function
Dbuffered_profiler.h92 void StopProfiling() { buffer_.SetEnabled(false); } in StopProfiling() function
/external/v8/src/profiler/
Dtracing-cpu-profiler.cc60 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl
Dcpu-profiler.cc585 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
593 CpuProfile* CpuProfiler::StopProfiling(String title) { in StopProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc758 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection
/external/libchrome/base/debug/
Dprofiler.cc43 void StopProfiling() { in StopProfiling() function
/external/v8/src/api/
Dapi.cc10768 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler