MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / rusage

Class rusage

samblaster.cpp:1530–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528 {
1529#if TIMING
1530 struct rusage usagebuf;
1531 getrusage(RUSAGE_SELF, &usagebuf);
1532 time_t endTime = time(NULL);
1533 struct timeval endRUTime = usagebuf.ru_utime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected