Holds timer log for all processes. More...
#include <vtkPVTimerInformation.h>


Public Types | |
| typedef vtkPVInformation | Superclass |
Public Types inherited from vtkPVInformation | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| void | AddInformation (vtkPVInformation *info) override |
| Merge another information object. More... | |
| virtual void | SetLogThreshold (double) |
| Get/Set the threshold to use to gather the timer log information. More... | |
| virtual double | GetLogThreshold () |
| Get/Set the threshold to use to gather the timer log information. More... | |
| int | GetNumberOfLogs () |
| Access to the logs. More... | |
| char * | GetLog (int proc) |
| Access to the logs. More... | |
| void | CopyFromObject (vtkObject *data) override |
| Transfer information about a single object into this object. More... | |
| virtual void | CopyFromMessage (unsigned char *msg) |
| Transfer information about a single object into this object. More... | |
| void | CopyToStream (vtkClientServerStream *) override |
| Serialize objects to/from a stream object. More... | |
| void | CopyFromStream (const vtkClientServerStream *css) override |
| Serialize objects to/from a stream object. More... | |
Public Member Functions inherited from vtkPVInformation | |
| virtual int | GetRootOnly () |
| Set/get whether to gather information only from the root. More... | |
Public Member Functions inherited from vtkObject | |
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
| virtual void | DebugOn () |
| virtual void | DebugOff () |
| bool | GetDebug () |
| void | SetDebug (bool debugFlag) |
| virtual void | Modified () |
| virtual vtkMTimeType | GetMTime () |
| void | RemoveObserver (unsigned long tag) |
| void | RemoveObservers (unsigned long event) |
| void | RemoveObservers (const char *event) |
| void | RemoveAllObservers () |
| int | HasObserver (unsigned long event) |
| int | HasObserver (const char *event) |
| int | InvokeEvent (unsigned long event) |
| int | InvokeEvent (const char *event) |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| vtkCommand * | GetCommand (unsigned long tag) |
| void | RemoveObserver (vtkCommand *) |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| void | RemoveObservers (const char *event, vtkCommand *) |
| int | HasObserver (unsigned long event, vtkCommand *) |
| int | HasObserver (const char *event, vtkCommand *) |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| int | InvokeEvent (unsigned long event, void *callData) |
| int | InvokeEvent (const char *event, void *callData) |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| vtkCommand * | GetCommand (unsigned long tag) |
| void | RemoveObserver (vtkCommand *) |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| void | RemoveObservers (const char *event, vtkCommand *) |
| int | HasObserver (unsigned long event, vtkCommand *) |
| int | HasObserver (const char *event, vtkCommand *) |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| int | InvokeEvent (unsigned long event, void *callData) |
| int | InvokeEvent (const char *event, void *callData) |
Public Member Functions inherited from vtkObjectBase | |
| const char * | GetClassName () const |
| virtual void | Delete () |
| virtual void | FastDelete () |
| void | Print (ostream &os) |
| virtual void | Register (vtkObjectBase *o) |
| virtual void | UnRegister (vtkObjectBase *o) |
| void | SetReferenceCount (int) |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| int | GetReferenceCount () |
| void | PrintRevisions (ostream &) |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| int | GetReferenceCount () |
| void | PrintRevisions (ostream &) |
Static Public Member Functions | |
| static vtkPVTimerInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVTimerInformation * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPVInformation | |
| static int | IsTypeOf (const char *type) |
| static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkObject | |
| static vtkObject * | New () |
| static void | BreakOnError () |
| static void | SetGlobalWarningDisplay (int val) |
| static void | GlobalWarningDisplayOn () |
| static void | GlobalWarningDisplayOff () |
| static int | GetGlobalWarningDisplay () |
| static void | SetGlobalWarningDisplay (int val) |
| static void | GlobalWarningDisplayOn () |
| static void | GlobalWarningDisplayOff () |
| static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
| static vtkTypeBool | IsTypeOf (const char *name) |
| static vtkObjectBase * | New () |
| static vtkObjectBase * | New () |
Protected Attributes | |
| double | LogThreshold |
| int | NumberOfLogs |
| char ** | Logs |
Protected Attributes inherited from vtkPVInformation | |
| int | RootOnly |
Protected Attributes inherited from vtkObject | |
| bool | Debug |
| vtkTimeStamp | MTime |
| vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
| vtkAtomicInt32 | ReferenceCount |
| vtkWeakPointerBase ** | WeakPointers |
| void | CopyParametersToStream (vtkMultiProcessStream &) override |
| Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
| void | CopyParametersFromStream (vtkMultiProcessStream &) override |
| Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
| vtkPVTimerInformation () | |
| Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
| ~vtkPVTimerInformation () override | |
| Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
Holds timer log for all processes.
I am using this information object to gather timer logs from all processes.
Definition at line 16 of file vtkPVTimerInformation.h.
Definition at line 20 of file vtkPVTimerInformation.h.
|
protected |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself.
|
overrideprotected |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself.
|
protecteddelete |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
Reimplemented from vtkPVInformation.
|
static |
|
overridevirtual |
Reimplemented from vtkPVInformation.
|
virtual |
Get/Set the threshold to use to gather the timer log information.
This must be set before calling GatherInformation().
|
virtual |
Get/Set the threshold to use to gather the timer log information.
This must be set before calling GatherInformation().
| int vtkPVTimerInformation::GetNumberOfLogs | ( | ) |
Access to the logs.
| char* vtkPVTimerInformation::GetLog | ( | int | proc | ) |
Access to the logs.
|
overridevirtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
|
virtual |
Transfer information about a single object into this object.
|
overridevirtual |
Merge another information object.
Reimplemented from vtkPVInformation.
|
overridevirtual |
Serialize objects to/from a stream object.
Implements vtkPVInformation.
|
overridevirtual |
Serialize objects to/from a stream object.
Reimplemented from vtkPVInformation.
|
overridevirtual |
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.
|
overridevirtual |
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.
|
protected |
|
protecteddelete |
|
protected |
Definition at line 79 of file vtkPVTimerInformation.h.
|
protected |
Definition at line 80 of file vtkPVTimerInformation.h.
|
protected |
Definition at line 81 of file vtkPVTimerInformation.h.
1.8.13 on Sat Dec 6 2025