Table of Contents

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)

Parameters

names string[]

Output layer names.

timems string[]

Output per-layer execution times (ms), as strings.

counts string[]

Output per-layer call counts, as strings.