MCPcopy Create free account
hub / github.com/ioi/isolate / timeval

Class timeval

isolate.c:532–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…