Base Framework
|
Public Member Functions | |
Times (uint64 _user, uint64 _system) noexcept | |
uint64 | getTotal () const noexcept |
uint64 | getTotal_US () const noexcept |
Public Attributes | |
uint64 | user = 0 |
uint64 | system = 0 |
|
inlinenoexcept |
Returns the total processing time in nanoseconds.
|
inlinenoexcept |
Returns the total processing time in microseconds.
uint64 Process::Times::system = 0 |
The system mode time in nanoseconds.
uint64 Process::Times::user = 0 |
The user mode time in nanoseconds.