Enum Snpe_ProfilingLevel_t¶
Defined in File DlEnums.h
Enum Documentation¶
-
enum Snpe_ProfilingLevel_t¶
Enumeration of various profilngLevels that can be requested.
Values:
-
enumerator SNPE_PROFILING_LEVEL_OFF = 0¶
No profiling. Collects no runtime stats in the DiagLog
-
enumerator SNPE_PROFILING_LEVEL_BASIC = 1¶
Basic profiling Collects some runtime stats in the DiagLog
-
enumerator SNPE_PROFILING_LEVEL_DETAILED = 2¶
Detailed profiling Collects more runtime stats in the DiagLog, including per-layer statistics Performance may be impacted
-
enumerator SNPE_PROFILING_LEVEL_MODERATE = 3¶
Moderate profiling Collects more runtime stats in the DiagLog, no per-layer statistics
-
enumerator SNPE_PROFILING_LEVEL_LINTING = 4¶
Linting profiling HTP exclusive profiling level that collects in-depth performance metrics for each op in the graph including main thread execution time and time spent on parallel background ops
-
enumerator SNPE_PROFILING_LEVEL_OFF = 0¶