Home
last modified time | relevance | path

Searched refs:threadPing (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dparallel_impl.cpp145 threadPing = getTickCount(); in reset()
148 int64 threadPing; // don't reset by default member
166 threadPing > 0 ? (threadPing - baseTime) / tickFreq * 1e6 : -0.0); in dump()
621 threads_stat[0].threadPing = getTickCount(); in run()