Home | History | Annotate | Download | only in openssh

Lines Matching refs:total_time

1383 	double start_time, total_time;
1644 total_time = get_current_time() - start_time;
1648 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1649 if (total_time > 0)
1651 obytes / total_time, ibytes / total_time);