23 #ifndef vtkExecutionTimer_h
24 #define vtkExecutionTimer_h
26 #include "vtkFiltersCoreModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
62 vtkGetMacro(ElapsedCPUTime,
double);
71 vtkGetMacro(ElapsedWallClockTime,
double);
109 virtual void TimerFinished();
116 static void EventRelay(
117 vtkObject* caller,
unsigned long eventId,
void* clientData,
void* callData);
124 VTK_ABI_NAMESPACE_END
double WallClockStartTime
abstract base class for most VTK objects
vtkCallbackCommand * Callback
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
supports function callbacks
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
double ElapsedWallClockTime