Searched defs:stop_watch (Results 1 - 2 of 2) sorted by relevance

/external/webp/examples/
H A Ddwebp.c297 Stopwatch stop_watch; local
300 StopwatchReadAndReset(&stop_watch);
334 const double write_time = StopwatchReadAndReset(&stop_watch);
447 Stopwatch stop_watch; local
456 StopwatchReadAndReset(&stop_watch);
498 const double decode_time = StopwatchReadAndReset(&stop_watch);
/external/blktrace/
H A Dblktrace.c281 static int stop_watch; variable
2074 stop_watch = atoi(optarg);
2075 if (stop_watch <= 0) {
2078 stop_watch);
2600 if (stop_watch)
2601 alarm(stop_watch);

Completed in 138 milliseconds