#include "vtkCommonSystemModule.h"
#include "vtkObject.h"
#include "vtkStringFormatter.h"
#include <string>
#include <sys/time.h>
#include <sys/times.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
Go to the source code of this file.
◆ SELECT_MASK
#define SELECT_MASK fd_set |
◆ vtkTimerLogMacro
#define vtkTimerLogMacro |
( |
|
string | ) |
|
Value: { \
vtkTimerLog::FormatAndMarkEvent("Mark: In {:s}, line {:s}, class {:s}: {:s}", __FILE__, \
__LINE__, this->GetClassName(), string); \
}
Definition at line 391 of file vtkTimerLog.h.
◆ vtkTimerLogCleanupInstance