ParaView
Public Member Functions | Protected Member Functions
vtkKWProcessStatistics Class Reference

get statistics such as cpu and memory usage More...

#include <vtkKWProcessStatistics.h>

Inheritance diagram for vtkKWProcessStatistics:
Inheritance graph
[legend]
Collaboration diagram for vtkKWProcessStatistics:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int GetProcessSizeInBytes ()
float GetProcessCPUTimeInMilliseconds ()
int QueryMemory ()
long GetTotalVirtualMemory ()
long GetAvailableVirtualMemory ()
long GetTotalPhysicalMemory ()
long GetAvailablePhysicalMemory ()

Protected Member Functions

 vtkKWProcessStatistics ()
 ~vtkKWProcessStatistics ()
static vtkKWProcessStatisticsNew ()
static int IsTypeOf (const char *type)
static vtkKWProcessStatisticsSafeDownCast (vtkObject *o)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Detailed Description

get statistics such as cpu and memory usage

Definition at line 24 of file vtkKWProcessStatistics.h.


Constructor & Destructor Documentation

vtkKWProcessStatistics::vtkKWProcessStatistics ( ) [protected]
vtkKWProcessStatistics::~vtkKWProcessStatistics ( ) [inline, protected]

Definition at line 50 of file vtkKWProcessStatistics.h.


Member Function Documentation

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.


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