OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:app_start_time
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/
stitching_detailed.cpp
357
int64
app_start_time
= getTickCount();
local
846
LOGLN("Finished, total time: " << ((getTickCount() -
app_start_time
) / getTickFrequency()) << " sec");
Completed in 538 milliseconds