|
ParaView
|
get statistics such as cpu and memory usage More...
#include <vtkKWProcessStatistics.h>


Public Member Functions | |
| int | GetProcessSizeInBytes () |
| float | GetProcessCPUTimeInMilliseconds () |
| int | QueryMemory () |
| long | GetTotalVirtualMemory () |
| long | GetAvailableVirtualMemory () |
| long | GetTotalPhysicalMemory () |
| long | GetAvailablePhysicalMemory () |
Protected Member Functions | |
| vtkKWProcessStatistics () | |
| ~vtkKWProcessStatistics () | |
| static vtkKWProcessStatistics * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWProcessStatistics * | SafeDownCast (vtkObject *o) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
get statistics such as cpu and memory usage
Definition at line 24 of file vtkKWProcessStatistics.h.
| vtkKWProcessStatistics::vtkKWProcessStatistics | ( | ) | [protected] |
| vtkKWProcessStatistics::~vtkKWProcessStatistics | ( | ) | [inline, protected] |
Definition at line 50 of file vtkKWProcessStatistics.h.
| static vtkKWProcessStatistics* vtkKWProcessStatistics::New | ( | ) | [static] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| virtual const char* vtkKWProcessStatistics::GetClassName | ( | ) | [virtual] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| static int vtkKWProcessStatistics::IsTypeOf | ( | const char * | type | ) | [static] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| virtual int vtkKWProcessStatistics::IsA | ( | const char * | type | ) | [virtual] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| static vtkKWProcessStatistics* vtkKWProcessStatistics::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| void vtkKWProcessStatistics::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| int vtkKWProcessStatistics::GetProcessSizeInBytes | ( | ) |
| float vtkKWProcessStatistics::GetProcessCPUTimeInMilliseconds | ( | ) |
| int vtkKWProcessStatistics::QueryMemory | ( | ) |
Evaluate the memory information.
| long vtkKWProcessStatistics::GetTotalVirtualMemory | ( | ) |
Retrieve memory information in kilobytes.
| long vtkKWProcessStatistics::GetAvailableVirtualMemory | ( | ) |
Retrieve memory information in kilobytes.
| long vtkKWProcessStatistics::GetTotalPhysicalMemory | ( | ) |
Retrieve memory information in kilobytes.
| long vtkKWProcessStatistics::GetAvailablePhysicalMemory | ( | ) |
Retrieve memory information in kilobytes.
1.7.5.1