#include <vtkThreadSafeLog.h>
Inheritance diagram for vtkThreadSafeLog:
For timing Port stuff. Float values are saved with associated string tags.
Definition at line 43 of file vtkThreadSafeLog.h.
Public Types | |
typedef vtkObject | Superclass |
Public Methods | |
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 Methods | |
vtkThreadSafeLog * | New () |
int | IsTypeOf (const char *type) |
vtkThreadSafeLog * | SafeDownCast (vtkObject *o) |
Protected Methods | |
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 47 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 52 of file vtkThreadSafeLog.h. |
|
some of the timeing features of vtkTimerLog. Definition at line 53 of file vtkThreadSafeLog.h. |
|
some of the timeing features of vtkTimerLog. Definition at line 54 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 71 of file vtkThreadSafeLog.h. |
|
Definition at line 72 of file vtkThreadSafeLog.h. |
|
Definition at line 73 of file vtkThreadSafeLog.h. |
|
Definition at line 75 of file vtkThreadSafeLog.h. |