Home
last modified time | relevance | path

Searched refs:PROFILING_ENABLED (Results 1 – 2 of 2) sorted by relevance

/external/armnn/samples/ObjectDetection/src/
DMain.cpp23 const std::string PROFILING_ENABLED = "--profiling_enabled"; variable
40 …{PROFILING_ENABLED, "[OPTIONAL] Enabling this option will print important ML related milestones ti…
144 if (CheckOptionSpecified(options, PROFILING_ENABLED)) in main()
146 … pipelineOptions.m_ProfilingEnabled = GetSpecifiedOption(options, PROFILING_ENABLED) == "true"; in main()
/external/executorch/runtime/platform/
Dprofiler.h216 #ifdef PROFILING_ENABLED