Holds timer log for all processes.
More...
#include <vtkPVTimerInformation.h>
Holds timer log for all processes.
I am using this information object to gather timer logs from all processes.
Definition at line 28 of file vtkPVTimerInformation.h.
◆ Superclass
◆ vtkPVTimerInformation() [1/2]
vtkPVTimerInformation::vtkPVTimerInformation |
( |
| ) |
|
|
protected |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself.
◆ ~vtkPVTimerInformation()
vtkPVTimerInformation::~vtkPVTimerInformation |
( |
| ) |
|
|
protected |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself.
◆ vtkPVTimerInformation() [2/2]
◆ New()
◆ GetClassName()
virtual const char* vtkPVTimerInformation::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVTimerInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVTimerInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVTimerInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetLogThreshold()
virtual void vtkPVTimerInformation::SetLogThreshold |
( |
double |
| ) |
|
|
virtual |
Get/Set the threshold to use to gather the timer log information.
This must be set before calling GatherInformation().
◆ GetLogThreshold()
virtual double vtkPVTimerInformation::GetLogThreshold |
( |
| ) |
|
|
virtual |
Get/Set the threshold to use to gather the timer log information.
This must be set before calling GatherInformation().
◆ GetNumberOfLogs()
int vtkPVTimerInformation::GetNumberOfLogs |
( |
| ) |
|
◆ GetLog()
char* vtkPVTimerInformation::GetLog |
( |
int |
proc | ) |
|
◆ CopyFromObject()
virtual void vtkPVTimerInformation::CopyFromObject |
( |
vtkObject * |
data | ) |
|
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
◆ CopyFromMessage()
virtual void vtkPVTimerInformation::CopyFromMessage |
( |
unsigned char * |
msg | ) |
|
|
virtual |
Transfer information about a single object into this object.
◆ AddInformation()
◆ CopyToStream()
◆ CopyFromStream()
◆ CopyParametersToStream()
virtual void vtkPVTimerInformation::CopyParametersToStream |
( |
vtkMultiProcessStream & |
| ) |
|
|
virtual |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself.
Reimplemented from vtkPVInformation.
◆ CopyParametersFromStream()
virtual void vtkPVTimerInformation::CopyParametersFromStream |
( |
vtkMultiProcessStream & |
| ) |
|
|
virtual |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself.
Reimplemented from vtkPVInformation.
◆ Reallocate()
void vtkPVTimerInformation::Reallocate |
( |
int |
num | ) |
|
|
protected |
◆ InsertLog()
void vtkPVTimerInformation::InsertLog |
( |
int |
id, |
|
|
const char * |
log |
|
) |
| |
|
protected |
◆ operator=()
◆ LogThreshold
double vtkPVTimerInformation::LogThreshold |
|
protected |
◆ NumberOfLogs
int vtkPVTimerInformation::NumberOfLogs |
|
protected |
◆ Logs
char** vtkPVTimerInformation::Logs |
|
protected |
The documentation for this class was generated from the following file: