Searched refs:monotime_double (Results 1 – 5 of 5) sorted by relevance
142 now = monotime_double(); in refresh_progress_meter()243 start = last_update = monotime_double(); in start_progress_meter()
80 double monotime_double(void);
247 double elapsed = monotime_double() - start, req = seconds, remain; in ensure_minimum_time_since()268 double tstart = monotime_double(); in input_userauth_request()
1270 start_time = monotime_double(); in client_loop()1466 total_time = monotime_double() - start_time; in client_loop()
1448 monotime_double(void) in monotime_double() function