Method GetPerfProfileDetailed
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
GetPerfProfileDetailed(out string[], out string[], out string[])
Returns the detailed per-layer performance profile (new DNN engine, OpenCV 5): for each reported layer, its name, execution time and call count (all as strings).
public void GetPerfProfileDetailed(out string[] names, out string[] timems, out string[] counts)