MIRA
|
A thread information type. More...
#include <thread/ThreadMonitor.h>
Public Attributes | |
bool | known |
Indicates whether this thread is known by the ThreadMonitor. More... | |
ThreadID | id |
Native thread ID (not boost::thread::native_handle_type!) More... | |
boost::thread::id | bid |
Boost thread ID. More... | |
std::string | name |
The name of the thread. More... | |
Time | create_time |
Thread creation time in UTC. More... | |
Duration | user_time |
The time amount in user-mode. More... | |
Duration | kernel_time |
The time amount in kernel-mode. More... | |
A thread information type.
bool known |
Indicates whether this thread is known by the ThreadMonitor.
If true the "bid" and "name" members are valid
ThreadID id |
Native thread ID (not boost::thread::native_handle_type!)
boost::thread::id bid |
Boost thread ID.
std::string name |
The name of the thread.
Time create_time |
Thread creation time in UTC.
Duration user_time |
The time amount in user-mode.
Duration kernel_time |
The time amount in kernel-mode.