OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_user_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)) {
367
best_user_time
= user_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)) {
421
best_user_time
= user_time;
528
best_user_time
, best_sys_time);
Completed in 198 milliseconds