taskmon
Public Attributes | List of all members
taskmon::TaskStats Struct Reference

#include <taskmonTypes.hpp>

Public Attributes

base::Time time
 
base::Time end_time
 
std::vector< TaskInfotasks
 

Detailed Description

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

Member Data Documentation

◆ end_time

base::Time taskmon::TaskStats::end_time

The time at which the task finished to gather these statistics

◆ tasks

std::vector<TaskInfo> taskmon::TaskStats::tasks

◆ time

base::Time taskmon::TaskStats::time

The time at which the task started to gather these statistics


The documentation for this struct was generated from the following file: