Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

dnn module getPerfProfile tick output?

I am trying to implement the getPerfProfile to measure the runtime of my nn. the documentation for getPerfProfile says that the result is returned in "ticks". There is however no method in python to get or convert ticks, and it is not specified how long a tick is, or how to convert it to a time.

  • If ticks are the amount of cpu cycles used by the dnn, then they should be the same every time for the same image, and also be CPU agnostic. I've tested this and it is not the case.
  • If ticks are a unit of time, they should be convertible into different time units. The only unit it could be is nanoseconds, but i can't find any source saying that ticks are measured in nanoseconds in python (or any other time unit)

so the question is: what is a tick as specified in the documentation? And if it really is ns, why is that not stated in the documentation?