VTK  9.3.20240416
Public Member Functions | Protected Attributes | List of all members
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 344 of file vtkTimerLog.h.

Constructor & Destructor Documentation

◆ vtkTimerLogScope()

vtkTimerLogScope::vtkTimerLogScope ( const char *  eventString)
inline

Definition at line 347 of file vtkTimerLog.h.

◆ ~vtkTimerLogScope()

vtkTimerLogScope::~vtkTimerLogScope ( )
inline

Definition at line 356 of file vtkTimerLog.h.

Member Data Documentation

◆ EventString

std::string vtkTimerLogScope::EventString
protected

Definition at line 359 of file vtkTimerLog.h.


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