Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dbt_timeline.c102 struct timeval tvs, tve; in process() local
105 gettimeofday(&tvs, NULL); in process()
115 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs); in process()