32 #ifndef vtkExecutionTimer_h
33 #define vtkExecutionTimer_h
36 #include "vtkFiltersCoreModule.h"
70 vtkGetMacro(ElapsedCPUTime,
double);
79 vtkGetMacro(ElapsedWallClockTime,
double);
97 double WallClockStartTime;
98 double WallClockEndTime;
100 double ElapsedCPUTime;
101 double ElapsedWallClockTime;
117 virtual
void TimerFinished();
124 static
void EventRelay(
vtkObject* caller,
unsigned long eventId,
void* clientData,
void* callData);
abstract base class for most VTK objects
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...