|
VTK
9.3.1
|
#include <vtkTimerLog.h>
Public Types | |
| enum | LogEntryType { INVALID = -1 , STANDALONE , START , END , INSERTED } |
Public Member Functions | |
| vtkTimerLogEntry () | |
Public Attributes | |
| double | WallTime |
| int | CpuTicks |
| std::string | Event |
| LogEntryType | Type |
| unsigned char | Indent |
Definition at line 69 of file vtkTimerLog.h.
| Enumerator | |
|---|---|
| INVALID | |
| STANDALONE | |
| START | |
| END | |
| INSERTED | |
Definition at line 71 of file vtkTimerLog.h.
|
inline |
Definition at line 84 of file vtkTimerLog.h.
| double vtkTimerLogEntry::WallTime |
Definition at line 79 of file vtkTimerLog.h.
| int vtkTimerLogEntry::CpuTicks |
Definition at line 80 of file vtkTimerLog.h.
| std::string vtkTimerLogEntry::Event |
Definition at line 81 of file vtkTimerLog.h.
| LogEntryType vtkTimerLogEntry::Type |
Definition at line 82 of file vtkTimerLog.h.
| unsigned char vtkTimerLogEntry::Indent |
Definition at line 83 of file vtkTimerLog.h.