VTK  9.1.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkTimerLogEntry Struct Reference

#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
 

Detailed Description

Definition at line 174 of file vtkTimerLog.h.

Member Enumeration Documentation

◆ LogEntryType

Enumerator
INVALID 
STANDALONE 
START 
END 
INSERTED 

Definition at line 176 of file vtkTimerLog.h.

Constructor & Destructor Documentation

◆ vtkTimerLogEntry()

vtkTimerLogEntry::vtkTimerLogEntry ( )
inline

Definition at line 189 of file vtkTimerLog.h.

Member Data Documentation

◆ WallTime

double vtkTimerLogEntry::WallTime

Definition at line 184 of file vtkTimerLog.h.

◆ CpuTicks

int vtkTimerLogEntry::CpuTicks

Definition at line 185 of file vtkTimerLog.h.

◆ Event

std::string vtkTimerLogEntry::Event

Definition at line 186 of file vtkTimerLog.h.

◆ Type

LogEntryType vtkTimerLogEntry::Type

Definition at line 187 of file vtkTimerLog.h.

◆ Indent

unsigned char vtkTimerLogEntry::Indent

Definition at line 188 of file vtkTimerLog.h.


The documentation for this struct was generated from the following file: