code_profiler
|
#include <scoped_timer.h>
Public Member Functions | |
ScopedTimer (Profiler &profiler, const std::string &label) | |
virtual | ~ScopedTimer () |
Private Attributes | |
Profiler & | profiler_ |
Definition at line 11 of file scoped_timer.h.
tue::ScopedTimer::ScopedTimer | ( | Profiler & | profiler, |
const std::string & | label | ||
) |
Definition at line 9 of file scoped_timer.cpp.
|
virtual |
Definition at line 17 of file scoped_timer.cpp.
|
private |
Definition at line 22 of file scoped_timer.h.