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. More... | |
void | EndRegion (const std::string ®ion) |
End a specific named timer and write its end time to the log. More... | |
Profiler () | |
Simple wrapper around boost::timer to simplify reporting.
Timings are automatically dumped to the log file.
|
inline |
|
inline |
Start a named timer.
|
inline |
End a specific named timer and write its end time to the log.