PTLib
Version 2.10.4
|
Times for execution of the thread. More...
#include <thread.h>
Public Attributes | |
PTimeInterval | m_real |
Total real time since thread start in milliseconds. | |
PTimeInterval | m_kernel |
Total kernel CPU time in milliseconds. | |
PTimeInterval | m_user |
Total user CPU time in milliseconds. | |
Friends | |
ostream & | operator<< (ostream &strm, const Times ×) |
Times for execution of the thread.
ostream& operator<< | ( | ostream & | strm, |
const Times & | times | ||
) | [friend] |
Total kernel CPU time in milliseconds.
Total real time since thread start in milliseconds.
Total user CPU time in milliseconds.