Implementation of Stopwatch.
Definition in file Stopwatch.cpp.
#include <algorithm>
#include <medusa/bits/utils/assert.hpp>
#include <iomanip>
#include "medusa/bits/utils/Stopwatch.hpp"
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
std::ostream & | mm::operator<< (std::ostream &os, const Stopwatch &stopwatch) |
Output average lap times for all labels. More... | |