Path Tracer
Public Member Functions | List of all members
Assimp::Profiling::Profiler Class Reference

#include <Profiler.h>

Public Member Functions

void BeginRegion (const std::string &region)
 
void EndRegion (const std::string &region)
 

Detailed Description

Simple wrapper around boost::timer to simplify reporting. Timings are automatically dumped to the log file.

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: