Home
last modified time | relevance | path

Searched defs:timerStart (Results 1 – 2 of 2) sorted by relevance

/external/libultrahdr/examples/
Dultrahdr_app.cpp103 void timerStart() { QueryPerformanceCounter(&mStartingTime); } in timerStart() function in Profiler
122 void timerStart() { gettimeofday(&mStartingTime, nullptr); } in timerStart() function in Profiler
/external/libultrahdr/tests/
Djpegr_test.cpp2167 void timerStart() { QueryPerformanceCounter(&mStartingTime); } in timerStart() function in ultrahdr::Profiler
2186 void timerStart() { gettimeofday(&mStartingTime, nullptr); } in timerStart() function in ultrahdr::Profiler