getPerfProfile (cv.Net) - MATLAB File Help
cv.Net/getPerfProfile

Returns overall time for inference and timings (in ticks) for layers

[timings, total] = net.getPerfProfile()

Output

Indexes in returned vector correspond to layers ids. Some layers can be fused with others, in this case zero ticks count will be return for that skipped layers.

See also
Method Details
Access public
Sealed false
Static false