Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

common/vtkTimerLog.h File Reference

#include "vtkSystemIncludes.h"
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <unistd.h>
#include <stdarg.h>
#include "vtkObject.h"

Include dependency graph for vtkTimerLog.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

struct  vtkTimerLogEntry
class  vtkTimerLog
 Timer support and logging. More...


Defines

#define SELECT_MASK   fd_set
#define VTK_LOG_EVENT_LENGTH   40
#define vtkTimerLogMacro(string)


Define Documentation

#define SELECT_MASK   fd_set
 

Definition at line 81 of file vtkTimerLog.h.

#define VTK_LOG_EVENT_LENGTH   40
 

Definition at line 95 of file vtkTimerLog.h.

#define vtkTimerLogMacro string   
 

Value:

{ \
      vtkTimerLog::FormatAndMarkEvent("Mark: In %s, line %d, class %s: %s", \
               __FILE__, __LINE__, this->GetClassName(), string); \
  }

Definition at line 198 of file vtkTimerLog.h.


Generated on Wed Nov 21 12:38:30 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001