Assimp  v5.0.1. (December 2020)
Assimp::Profiling::Profiler Class Reference

Simple wrapper around boost::timer to simplify reporting. More...

Public Member Functions

void BeginRegion (const std::string &region)
 Start a named timer. More...
 
void EndRegion (const std::string &region)
 End a specific named timer and write its end time to the log. More...
 
 Profiler ()
 

Detailed Description

Simple wrapper around boost::timer to simplify reporting.

Timings are automatically dumped to the log file.

Constructor & Destructor Documentation

◆ Profiler()

Assimp::Profiling::Profiler::Profiler ( )
inline

Member Function Documentation

◆ BeginRegion()

void Assimp::Profiling::Profiler::BeginRegion ( const std::string &  region)
inline

Start a named timer.

◆ EndRegion()

void Assimp::Profiling::Profiler::EndRegion ( const std::string &  region)
inline

End a specific named timer and write its end time to the log.


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