|
Urho3D
|
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/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 | |
| Profiler * | profiler_ |
| Profiler. | |
Helper class for automatically beginning and ending a profiling block.
1.8.17