Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/
Dstitching_detailed.cpp357 int64 app_start_time = getTickCount(); in main() local
846 …LOGLN("Finished, total time: " << ((getTickCount() - app_start_time) / getTickFrequency()) << " se… in main()