Urho3D
Public Member Functions | Private Attributes | List of all members
Urho3D::AutoProfileBlock Class Reference

Helper class for automatically beginning and ending a profiling block. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Core/Profiler.h>

Public Member Functions

 AutoProfileBlock (Profiler *profiler, const char *name)
 Construct. Begin a profiling block with the specified name and optional call count.
 
 ~AutoProfileBlock ()
 Destruct. End the profiling block.
 

Private Attributes

Profilerprofiler_
 Profiler.
 

Detailed Description

Helper class for automatically beginning and ending a profiling block.


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