HomeSort by relevance Sort by last modified time
    Searched refs:best_sys_time (Results 1 - 2 of 2) sorted by null

  /external/ltp/tools/netpipe-2.4/
netpipe.c 62 double best_user_time, best_sys_time; /* Total user & system time used */ local
324 best_user_time = best_sys_time = LONGTIME;
366 (best_user_time + best_sys_time)) {
368 best_sys_time = sys_time;
474 best_user_time, best_sys_time);
  /external/ltp/tools/netpipe-2.4-ipv6/
netpipe.c 99 double best_user_time, best_sys_time; /* Total user & system time used */ local
378 best_user_time = best_sys_time = LONGTIME;
420 (best_user_time + best_sys_time)) {
422 best_sys_time = sys_time;
528 best_user_time, best_sys_time);

Completed in 1139 milliseconds