![]() |
mutable
A Database System for Research and Fast Prototyping
|
A proxy class to record a Measurement with a Timer.
More...
#include <Timer.hpp>
Public Member Functions | |
| ~TimingProcess () | |
| void | stop () |
Private Member Functions | |
| TimingProcess (Timer &timer, std::size_t index) | |
Private Attributes | |
| Timer & | timer_ |
the Timer instance | |
| std::size_t | id_ |
the ID of the Measurement | |
Friends | |
| struct | Timer |
A proxy class to record a Measurement with a Timer.
|
inlineprivate |
|
inline |
Definition at line 30 of file Timer.hpp.
References m::Timer::get(), id_, m::Timer::stop(), and timer_.
|
inline |
Definition at line 36 of file Timer.hpp.
References id_, m::Timer::stop(), and timer_.
|
private |
the ID of the Measurement
Definition at line 25 of file Timer.hpp.
Referenced by stop(), and ~TimingProcess().
|
private |
the Timer instance
Definition at line 24 of file Timer.hpp.
Referenced by stop(), and ~TimingProcess().