#include <vtkThreadSafeLog.h>
Inheritance diagram for vtkThreadSafeLog:


Public Methods | |
| const char * | GetClassName () | 
| 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 () | 
Protected Methods | |
| vtkThreadSafeLog () | |
| ~vtkThreadSafeLog () | |
Protected Attributes | |
| char * | Tags [VTK_THREAD_SAFE_LOG_MAX] | 
| float | Values [VTK_THREAD_SAFE_LOG_MAX] | 
| int | NumberOfEntries | 
| vtkTimerLog * | Timer | 
For timing Port stuff. Float values are saved with associated string tags.
Definition at line 58 of file vtkThreadSafeLog.h.
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.  | 
  
      
  | 
  
| 
 Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. Definition at line 62 of file vtkThreadSafeLog.h.  | 
  
      
  | 
  
| 
 some of the timeing features of vtkTimerLog. Definition at line 66 of file vtkThreadSafeLog.h.  | 
  
      
  | 
  
| 
 some of the timeing features of vtkTimerLog. Definition at line 67 of file vtkThreadSafeLog.h.  | 
  
      
  | 
  
| 
 some of the timeing features of vtkTimerLog. Definition at line 68 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 85 of file vtkThreadSafeLog.h.  | 
  
      
  | 
  
| 
 
 Definition at line 86 of file vtkThreadSafeLog.h.  | 
  
      
  | 
  
| 
 
 Definition at line 87 of file vtkThreadSafeLog.h.  | 
  
      
  | 
  
| 
 
 Definition at line 89 of file vtkThreadSafeLog.h.  | 
  
1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001