#include <profile.h>
Public Member Functions | |
| ScopedBlock (const std::string &name, Profiler &prof=Profiler::Instance()) | |
| Start counting time for the block named name of the profiler prof. | |
| ~ScopedBlock (void) | |
Definition at line 112 of file profile.h.