#include <vtkThreadSafeLog.h>
Inheritance diagram for vtkThreadSafeLog:
For timing Port stuff. Float values are saved with associated string tags.
Definition at line 32 of file vtkThreadSafeLog.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddEntry (char *tag, float value) |
void | DumpLog (char *filename, int mode=ios::out) |
void | StartTimer () |
void | StopTimer () |
double | GetElapsedTime () |
Static Public Member Functions | |
vtkThreadSafeLog * | New () |
int | IsTypeOf (const char *type) |
vtkThreadSafeLog * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkThreadSafeLog () | |
~vtkThreadSafeLog () | |
Protected Attributes | |
char * | Tags [VTK_THREAD_SAFE_LOG_MAX] |
float | Values [VTK_THREAD_SAFE_LOG_MAX] |
int | NumberOfEntries |
vtkTimerLog * | Timer |
|
Reimplemented from vtkObject. Definition at line 36 of file vtkThreadSafeLog.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
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. |
|
some of the timeing features of vtkTimerLog. Definition at line 41 of file vtkThreadSafeLog.h. |
|
some of the timeing features of vtkTimerLog. Definition at line 42 of file vtkThreadSafeLog.h. |
|
some of the timeing features of vtkTimerLog. Definition at line 43 of file vtkThreadSafeLog.h. |
|
Save a tag/value pair. |
|
Write the timing table out to a file. if mode is out, then two lines are printed: Tags on first, values on second. If mode is iso::app, then only the line with values is printed. |
|
Definition at line 60 of file vtkThreadSafeLog.h. |
|
Definition at line 61 of file vtkThreadSafeLog.h. |
|
Definition at line 62 of file vtkThreadSafeLog.h. |
|
Definition at line 64 of file vtkThreadSafeLog.h. |