Searched refs:stop_watch (Results 1 – 2 of 2) sorted by relevance
297 Stopwatch stop_watch; in SaveOutput() local300 StopwatchReadAndReset(&stop_watch); in SaveOutput()334 const double write_time = StopwatchReadAndReset(&stop_watch); in SaveOutput()447 Stopwatch stop_watch; in main() local456 StopwatchReadAndReset(&stop_watch); in main()498 const double decode_time = StopwatchReadAndReset(&stop_watch); in main()
281 static int stop_watch; variable2074 stop_watch = atoi(optarg); in handle_args()2075 if (stop_watch <= 0) { in handle_args()2078 stop_watch); in handle_args()2600 if (stop_watch) in run_tracers()2601 alarm(stop_watch); in run_tracers()