Defines the performance statistics collected for a monitored process. Note that this class is not fully value‐semantic. It is intended to provide a read‐only view of a set of collected performance statistics.
Synopsis
Declared in <balb_performancemonitor.h>
class Statistics;
Member Functions
Name |
Description |
|
Constructors |
Return the average of the collected values for the specified |
|
Return the user‐supplied description of the process identified by the result of the |
|
Return the number of seconds (in wall time) that have elapsed since the startup the process identified by the result of the |
|
Return the latest collected value for the specified |
|
Return the maximum collected value for the specified |
|
Return the minimum collected value for the specified |
|
Return the pid for which these statistics were collected. |
|
|
|
Reset this object to the state in which no samples have been collected. Note that although this method is public, it can't be called directly by users, since |
|
Return the startup time in Coordinated Universal Time. |
|
|
Declare that this type uses a |
Friends
Name |
Description |
Created with MrDocs