Enum ProfilingMode
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Profiling mode for the new DNN engine (OpenCV 5). See Net.ProfilingMode.
public enum ProfilingMode
Fields
Detailed = 2Print the execution time of each single layer.
None = 0Don't do any profiling.
Summary = 1Collect summary statistics by layer type and print them at the end, sorted by execution time.