|
VTK
9.2.6
|
#include "vtkCommonSystemModule.h"#include "vtkObject.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.
Classes | |
| struct | vtkTimerLogEntry |
| class | vtkTimerLog |
| Timer support and logging. More... | |
| class | vtkTimerLogScope |
| Helper class to log time within scope. More... | |
| class | vtkTimerLogCleanup |
Macros | |
| #define | SELECT_MASK fd_set |
| #define | vtkTimerLogMacro(string) |
Variables | |
| static vtkTimerLogCleanup | vtkTimerLogCleanupInstance |
| #define SELECT_MASK fd_set |
Definition at line 59 of file vtkTimerLog.h.
| #define vtkTimerLogMacro | ( | string | ) |
Definition at line 291 of file vtkTimerLog.h.
|
static |
Definition at line 308 of file vtkTimerLog.h.
1.8.10