VTK
Classes | Macros
vtkTimerLog.h File Reference
#include "vtkCommonSystemModule.h"
#include "vtkObject.h"
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <unistd.h>
Include dependency graph for vtkTimerLog.h:

Go to the source code of this file.

Classes

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

Macros

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

Macro Definition Documentation

#define SELECT_MASK   fd_set

Definition at line 57 of file vtkTimerLog.h.

#define VTK_LOG_EVENT_LENGTH   40

Definition at line 70 of file vtkTimerLog.h.

#define vtkTimerLogMacro (   string)
Value:
{ \
vtkTimerLog::FormatAndMarkEvent("Mark: In %s, line %d, class %s: %s", \
__FILE__, __LINE__, this->GetClassName(), string); \
}
static void FormatAndMarkEvent(const char *EventString,...)
Record a timing event.

Definition at line 235 of file vtkTimerLog.h.