Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dstopwatch.h28 static WEBP_INLINE double StopwatchReadAndReset(Stopwatch* watch) { in StopwatchReadAndReset() function
51 static WEBP_INLINE double StopwatchReadAndReset(Stopwatch* watch) { in StopwatchReadAndReset() function
A Ddwebp.c64 const double write_time = StopwatchReadAndReset(&stop_watch); in SaveOutput()
381 const double decode_time = StopwatchReadAndReset(&stop_watch); in main()
A Dcwebp.c973 const double read_time = StopwatchReadAndReset(&stop_watch); in main()
1070 const double preproc_time = StopwatchReadAndReset(&stop_watch); in main()
1092 const double encode_time = StopwatchReadAndReset(&stop_watch); in main()

Completed in 10 milliseconds