Searched refs:tv_start (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/libevent/test/ |
D | regress.c | 915 struct timeval tv, tv_start, tv_end; in test_loopexit() local 929 evutil_gettimeofday(&tv_start, NULL); in test_loopexit() 932 evutil_timersub(&tv_end, &tv_start, &tv_end); in test_loopexit() 1504 struct timeval tv_start, tv_end; in rpc_test() local 1522 evutil_gettimeofday(&tv_start, NULL); in rpc_test() 1558 evutil_timersub(&tv_end, &tv_start, &tv_end); in rpc_test()
|
D | regress_http.c | 1273 struct timeval tv_start, tv_end; in http_chunked_test() local 1298 evutil_gettimeofday(&tv_start, NULL); in http_chunked_test() 1303 evutil_timersub(&tv_end, &tv_start, &tv_end); in http_chunked_test()
|