code_profiler
Public Member Functions | Private Attributes | List of all members
tue::ScopedTimer Class Reference

#include <scoped_timer.h>

Public Member Functions

 ScopedTimer (Profiler &profiler, const std::string &label)
 
virtual ~ScopedTimer ()
 

Private Attributes

Profilerprofiler_
 

Detailed Description

Definition at line 11 of file scoped_timer.h.

Constructor & Destructor Documentation

◆ ScopedTimer()

tue::ScopedTimer::ScopedTimer ( Profiler profiler,
const std::string label 
)

Definition at line 9 of file scoped_timer.cpp.

◆ ~ScopedTimer()

tue::ScopedTimer::~ScopedTimer ( )
virtual

Definition at line 17 of file scoped_timer.cpp.

Member Data Documentation

◆ profiler_

Profiler& tue::ScopedTimer::profiler_
private

Definition at line 22 of file scoped_timer.h.


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