VTK  9.3.20240424
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
vtkParallelTimer Class Reference

Provides distributed log functionality. More...

#include <vtkParallelTimer.h>

Inheritance diagram for vtkParallelTimer:
[legend]
Collaboration diagram for vtkParallelTimer:
[legend]

Classes

class  LogBodyType
 Type used to direct an output stream into the log's body. More...
 
class  LogHeaderType
 Type used to direct an output stream into the log's header. More...
 

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkParallelTimerNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
void SetFileName (VTK_FILEPATH const std::string &fileName)
 
template<typename T >
vtkParallelTimeroperator<< (const T &s)
 Insert text into the log header on the writer rank.
 
vtkParallelTimer::LogHeaderType GetHeader ()
 stream output to the log's header(root rank only).
 
vtkParallelTimer::LogBodyType GetBody ()
 stream output to log body(all ranks).
 
void Clear ()
 Clear the log.
 
void Update ()
 When an object is finished writing data to the log object it must call Update to send the data to the writer rank.
 
int Write ()
 Write the log contents to a file.
 
virtual void SetWriterRank (int)
 Set the rank who writes.
 
virtual int GetWriterRank ()
 Set the rank who writes.
 
 vtkSetFilePathMacro (FileName)
 Set the filename that is used during write when the object is used as a singleton.
 
 vtkGetFilePathMacro (FileName)
 Set the filename that is used during write when the object is used as a singleton.
 
void StartEvent (const char *event)
 The log works as an event stack.
 
void StartEvent (int rank, const char *event)
 The log works as an event stack.
 
void EndEvent (const char *event)
 The log works as an event stack.
 
void EndEvent (int rank, const char *event)
 The log works as an event stack.
 
void EndEventSynch (const char *event)
 The log works as an event stack.
 
void EndEventSynch (int rank, const char *event)
 The log works as an event stack.
 
virtual void SetWriteOnClose (int)
 If enabled and used as a singleton the log will write it's contents to disk during program termination.
 
virtual int GetWriteOnClose ()
 If enabled and used as a singleton the log will write it's contents to disk during program termination.
 
virtual void SetGlobalLevel (int)
 Set/Get the global log level.
 
virtual int GetGlobalLevel ()
 Set/Get the global log level.
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on.
 
virtual void DebugOff ()
 Turn debugging output off.
 
bool GetDebug ()
 Get the value of the debug flag.
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag.
 
virtual void Modified ()
 Update the modification time for this object.
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output.
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method.
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes.
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes.
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
 
virtual std::string GetObjectDescription () const
 The object description printed in messages and PrintSelf output.
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
virtual void Delete ()
 Delete a VTK object.
 
virtual void FastDelete ()
 Delete a reference to this object.
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream.
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
 
int GetReferenceCount ()
 Return the current reference count of this object.
 
void SetReferenceCount (int)
 Sets the reference count.
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not.
 

Static Public Member Functions

static vtkParallelTimerNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkParallelTimerSafeDownCast (vtkObjectBase *o)
 
static vtkParallelTimerGetGlobalInstance ()
 The log class implements the singleton pattern so that it may be shared across class boundaries.
 
static void DeleteGlobalInstance ()
 Explicitly delete the singleton.
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes.
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class.
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkParallelTimer ()
 
 ~vtkParallelTimer () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events.
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events.
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void ObjectFinalize ()
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Friends

class LogHeaderType
 
class LogBodyType
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Provides distributed log functionality.

When the file is written each process data is collected by rank 0 who writes the data to a single file in rank order.

The log works as an event stack. EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

The log class implements the singleton pattern so that it may be shared across class boundaries. If the log instance doesn't exist then one is created. It will be automatically destroyed at exit by the signleton destructor. It can be destroyed explicitly by calling DeleteGlobalInstance.

Definition at line 44 of file vtkParallelTimer.h.

Member Typedef Documentation

◆ Superclass

Definition at line 48 of file vtkParallelTimer.h.

Constructor & Destructor Documentation

◆ vtkParallelTimer()

vtkParallelTimer::vtkParallelTimer ( )
protected

◆ ~vtkParallelTimer()

vtkParallelTimer::~vtkParallelTimer ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkParallelTimer * vtkParallelTimer::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkParallelTimer::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkParallelTimer::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObjectBase.

◆ SafeDownCast()

static vtkParallelTimer * vtkParallelTimer::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkParallelTimer::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkParallelTimer * vtkParallelTimer::NewInstance ( ) const

◆ PrintSelf()

void vtkParallelTimer::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

◆ SetWriterRank()

virtual void vtkParallelTimer::SetWriterRank ( int  )
virtual

Set the rank who writes.

◆ GetWriterRank()

virtual int vtkParallelTimer::GetWriterRank ( )
virtual

Set the rank who writes.

◆ vtkSetFilePathMacro()

vtkParallelTimer::vtkSetFilePathMacro ( FileName  )

Set the filename that is used during write when the object is used as a singleton.

If nothing is set the default is ROOT_RANKS_PID.log

◆ vtkGetFilePathMacro()

vtkParallelTimer::vtkGetFilePathMacro ( FileName  )

Set the filename that is used during write when the object is used as a singleton.

If nothing is set the default is ROOT_RANKS_PID.log

◆ SetFileName()

void vtkParallelTimer::SetFileName ( VTK_FILEPATH const std::string &  fileName)
inline

Definition at line 95 of file vtkParallelTimer.h.

◆ StartEvent() [1/2]

void vtkParallelTimer::StartEvent ( const char *  event)

The log works as an event stack.

EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

◆ StartEvent() [2/2]

void vtkParallelTimer::StartEvent ( int  rank,
const char *  event 
)

The log works as an event stack.

EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

◆ EndEvent() [1/2]

void vtkParallelTimer::EndEvent ( const char *  event)

The log works as an event stack.

EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

◆ EndEvent() [2/2]

void vtkParallelTimer::EndEvent ( int  rank,
const char *  event 
)

The log works as an event stack.

EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

◆ EndEventSynch() [1/2]

void vtkParallelTimer::EndEventSynch ( const char *  event)

The log works as an event stack.

EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

◆ EndEventSynch() [2/2]

void vtkParallelTimer::EndEventSynch ( int  rank,
const char *  event 
)

The log works as an event stack.

EventStart pushes the event identifier and its start time onto the stack. EventEnd pops the most recent event time and identifier computes the elapsed time and adds an entry to the log recording the event, it's start and end times, and its elapsed time. EndEventSynch includes a barrier before the measurement.

◆ operator<<()

template<typename T >
vtkParallelTimer & vtkParallelTimer::operator<< ( const T &  s)

Insert text into the log header on the writer rank.

Definition at line 235 of file vtkParallelTimer.h.

◆ GetHeader()

vtkParallelTimer::LogHeaderType vtkParallelTimer::GetHeader ( )
inline

stream output to the log's header(root rank only).

Definition at line 126 of file vtkParallelTimer.h.

◆ GetBody()

vtkParallelTimer::LogBodyType vtkParallelTimer::GetBody ( )
inline

stream output to log body(all ranks).

Definition at line 131 of file vtkParallelTimer.h.

◆ Clear()

void vtkParallelTimer::Clear ( )

Clear the log.

◆ Update()

void vtkParallelTimer::Update ( )

When an object is finished writing data to the log object it must call Update to send the data to the writer rank.

This ensures that all data is transferred to the root before MPI_Finalize is called while allowing the write to occur after Mpi_finalize. Note: This is a collective call.

◆ Write()

int vtkParallelTimer::Write ( )

Write the log contents to a file.

◆ GetGlobalInstance()

static vtkParallelTimer * vtkParallelTimer::GetGlobalInstance ( )
static

The log class implements the singleton pattern so that it may be shared across class boundaries.

If the log instance doesn't exist then one is created. It will be automatically destroyed at exit by the signleton destructor. It can be destroyed explicitly by calling DeleteGlobalInstance.

◆ DeleteGlobalInstance()

static void vtkParallelTimer::DeleteGlobalInstance ( )
static

Explicitly delete the singleton.

◆ SetWriteOnClose()

virtual void vtkParallelTimer::SetWriteOnClose ( int  )
virtual

If enabled and used as a singleton the log will write it's contents to disk during program termination.

◆ GetWriteOnClose()

virtual int vtkParallelTimer::GetWriteOnClose ( )
virtual

If enabled and used as a singleton the log will write it's contents to disk during program termination.

◆ SetGlobalLevel()

virtual void vtkParallelTimer::SetGlobalLevel ( int  )
virtual

Set/Get the global log level.

Applications can set this to the desired level so that all pipeline objects will log data.

◆ GetGlobalLevel()

virtual int vtkParallelTimer::GetGlobalLevel ( )
virtual

Set/Get the global log level.

Applications can set this to the desired level so that all pipeline objects will log data.

Friends And Related Symbol Documentation

◆ LogHeaderType

friend class LogHeaderType
friend

Definition at line 229 of file vtkParallelTimer.h.

◆ LogBodyType

friend class LogBodyType
friend

Definition at line 230 of file vtkParallelTimer.h.


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