| 530 | if (rus) |
| 531 | { |
| 532 | struct timeval total; |
| 533 | timeradd(&rus->ru_utime, &rus->ru_stime, &total); |
| 534 | return total.tv_sec*1000 + total.tv_usec/1000; |
| 535 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…