Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dtrace.cpp71 static double tick_to_ns = 1e9 / getTickFrequency(); in getTimestamp() local
72 return (int64)((t - g_zero_timestamp) * tick_to_ns); in getTimestamp()