Searched refs:w_timeval_diff (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/py-pywatchman/watchman-4.9.0/tests/ |
H A D | pending_test.cpp | 79 w_timeval_diff(start, end), drained); in bench_pending() 100 w_timeval_diff(start, end), drained); in bench_pending()
|
H A D | ignore_test.cpp | 148 diag("%s: took %.3fs", label, w_timeval_diff(start, end));
|
/dports/sysutils/py-pywatchman/watchman-4.9.0/ |
H A D | watchman_time.h | 109 static inline double w_timeval_diff(struct timeval start, struct timeval end) in w_timeval_diff() function
|
H A D | perf.cpp | 99 w_timeval_diff(time_begin, time_end) > wall_time_elapsed_thresh) { in finish()
|
/dports/sysutils/watchman/watchman-4.5.0/ |
H A D | watchman.h | 830 static inline double w_timeval_diff(struct timeval start, struct timeval end) in w_timeval_diff() function
|