#include "vtkCommonSystemModule.h"
#include "vtkObject.h"
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <unistd.h>
Go to the source code of this file.
◆ SELECT_MASK
#define SELECT_MASK fd_set |
◆ VTK_LOG_EVENT_LENGTH
#define VTK_LOG_EVENT_LENGTH 40 |
◆ vtkTimerLogMacro
#define vtkTimerLogMacro |
( |
|
string | ) |
|
Value:
__FILE__, __LINE__, this->GetClassName(), string); \
}
static void FormatAndMarkEvent(const char *EventString,...)
Record a timing event.
Definition at line 235 of file vtkTimerLog.h.