MCPcopy
hub / github.com/makelove/OpenCV-Python-Tutorial / clock

Function clock

官方samples/common.py:142–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 pass
141
142def clock():
143 return cv2.getTickCount() / cv2.getTickFrequency()
144
145@contextmanager
146def Timer(msg):

Callers 4

video_threaded.pyFile · 0.90
facedetect.pyFile · 0.90
digits_adjust.pyFile · 0.85
TimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected