Function elapsed
Synopsis
#include "breeze/time/c_clock_policy.hpp"
duration_type elapsed() const
Description
- Returns
- The time, in milliseconds, elapsed from the last (re)start.
- Precondition
- The function start() has been called at least once.
- Exceptions
- A
std::runtime_error
if it detects wrap-around (it only detects some wrap-arounds), or ifstd::clock()
fails.
Source
Line 77 in breeze/time/c_clock_policy.hpp.