Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Simple wrapper around boost::timer to simplify reporting. More...
#include <Profiler.h>
Public Member Functions | |
void | BeginRegion (const std::string ®ion) |
Start a named timer. | |
void | EndRegion (const std::string ®ion) |
End a specific named timer and write its end time to the log. | |
Profiler ()=default | |
Simple wrapper around boost::timer to simplify reporting.
Timings are automatically dumped to the log file.
|
default |
Start a named timer.
End a specific named timer and write its end time to the log.