#include <AP_ProcessStatistics.h>
Inherits AP::AP_Statistics.
Public Member Functions | |
AP_ProcessStatistics (const AP_Dir &proc, const AP_Uint16 PID) | |
AP_Bool | Create (void) |
AP_String | ToString (const AP_String &prefix) |
~AP_ProcessStatistics (void) | |
Private Attributes | |
AP_ArrayBase < AP_ProcessStatistics > | _m_child_list |
AP_Uint16 | _m_pid |
AP_Dir | _m_proc |
AP_ArrayBase< AP_ThreadStatistics > | _m_thread_list |
AP_ProcessStatistics | ( | const AP_Dir & | proc, | |
const AP_Uint16 | PID | |||
) |
~AP_ProcessStatistics | ( | void | ) |
AP_Bool Create | ( | void | ) |
AP_ArrayBase<AP_ProcessStatistics> _m_child_list [private] |
AP_ArrayBase<AP_ThreadStatistics> _m_thread_list [private] |