vtkThreadSafeLog Class Reference
#include <vtkThreadSafeLog.h>
Inheritance diagram for vtkThreadSafeLog:
[legend]Collaboration diagram for vtkThreadSafeLog:
[legend]List of all members.
Detailed Description
Saves tag/float entries.
For timing Port stuff. Float values are saved with associated string tags.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (68%)
- Cedilnik, Andy (19%)
- Schroeder, Will (8%)
- CVS logs (CVSweb):
.h (/Parallel/vtkThreadSafeLog
.h)
.cxx (/Parallel/vtkThreadSafeLog
.cxx)
Definition at line 41 of file vtkThreadSafeLog.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkThreadSafeLog::vtkThreadSafeLog |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject. |
virtual const char* vtkThreadSafeLog::GetClassName |
( |
|
) |
[virtual] |
|
int vtkThreadSafeLog::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkThreadSafeLog::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkObject. |
virtual void vtkThreadSafeLog::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
void vtkThreadSafeLog::StartTimer |
( |
|
) |
|
|
void vtkThreadSafeLog::StopTimer |
( |
|
) |
|
|
double vtkThreadSafeLog::GetElapsedTime |
( |
|
) |
|
|
void vtkThreadSafeLog::AddEntry |
( |
char * |
tag, |
|
|
float |
value |
|
) |
|
|
void vtkThreadSafeLog::DumpLog |
( |
char * |
filename, |
|
|
int |
mode |
|
) |
|
|
|
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. |
void vtkThreadSafeLog::DumpLog |
( |
char * |
filename |
) |
|
|
|
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. |
Member Data Documentation
The documentation for this class was generated from the following file: