|
MIRA
|
Combine thread identity (template param) and runtime info. More...
#include <thread/ThreadMonitor.h>

Public Member Functions | |
| ThreadInfoTempl ()=default | |
| template<typename OtherTID > | |
| ThreadInfoTempl (const ThreadInfoTempl< OtherTID > &other) | |
| implement conversion between different identity types More... | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| bool | known = false |
| Indicates whether this thread is known by the ThreadMonitor. More... | |
| TID | identity |
| Thread identity data. 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... | |
Combine thread identity (template param) and runtime info.
|
default |
|
inline |
implement conversion between different identity types
|
inline |
| bool known = false |
Indicates whether this thread is known by the ThreadMonitor.
If true, identity data in this object is valid.
| TID identity |
Thread identity data.
|
inherited |
Thread creation time in UTC.
|
inherited |
The time amount in user-mode.
|
inherited |
The time amount in kernel-mode.
1.8.14