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

Constructor & Destructor Documentation

vtkTimerLogScope::vtkTimerLogScope ( const char *  eventString)
inline

Definition at line 270 of file vtkTimerLog.h.

vtkTimerLogScope::~vtkTimerLogScope ( )
inline

Definition at line 279 of file vtkTimerLog.h.

Member Data Documentation

std::string vtkTimerLogScope::EventString
protected

Definition at line 282 of file vtkTimerLog.h.


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