|
taskmon
|
#include <taskmonTypes.hpp>
Public Attributes | |
| base::Time | time |
| base::Time | end_time |
| std::vector< TaskInfo > | tasks |
This structure holds information about the runtime statistics of an OS task (i.e. thread)
It simply adds some more data to the stats returned by the Linux kernel
| base::Time taskmon::TaskStats::end_time |
The time at which the task finished to gather these statistics
| std::vector<TaskInfo> taskmon::TaskStats::tasks |
| base::Time taskmon::TaskStats::time |
The time at which the task started to gather these statistics
1.8.11