VTK  9.2.6
vtkTimerLogScope Class Reference

Helper class to log time within scope. More...

#include <vtkTimerLog.h>

Public Member Functions

 vtkTimerLogScope (const char *eventString)
 
 ~vtkTimerLogScope ()
 

Protected Attributes

std::string EventString
 

Detailed Description

Helper class to log time within scope.

Definition at line 260 of file vtkTimerLog.h.

Constructor & Destructor Documentation

◆ vtkTimerLogScope()

vtkTimerLogScope::vtkTimerLogScope ( const char * eventString)
inline

Definition at line 263 of file vtkTimerLog.h.

◆ ~vtkTimerLogScope()

vtkTimerLogScope::~vtkTimerLogScope ( )
inline

Definition at line 272 of file vtkTimerLog.h.

Member Data Documentation

◆ EventString

std::string vtkTimerLogScope::EventString
protected

Definition at line 275 of file vtkTimerLog.h.


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