VTK
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 72 of file vtkTimerLog.h.

Member Enumeration Documentation

Enumerator
INVALID 
STANDALONE 
START 
END 
INSERTED 

Definition at line 74 of file vtkTimerLog.h.

Constructor & Destructor Documentation

vtkTimerLogEntry::vtkTimerLogEntry ( )
inline

Definition at line 87 of file vtkTimerLog.h.

Member Data Documentation

double vtkTimerLogEntry::WallTime

Definition at line 82 of file vtkTimerLog.h.

int vtkTimerLogEntry::CpuTicks

Definition at line 83 of file vtkTimerLog.h.

std::string vtkTimerLogEntry::Event

Definition at line 84 of file vtkTimerLog.h.

LogEntryType vtkTimerLogEntry::Type

Definition at line 85 of file vtkTimerLog.h.

unsigned char vtkTimerLogEntry::Indent

Definition at line 86 of file vtkTimerLog.h.


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