Home
last modified time | relevance | path

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

/external/blktrace/
Dblktrace.c281 static int stop_watch; variable
2074 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()