Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/perf/checkpt_timer.hpp"
#include <boost/algorithm/string.hpp>
#include <time.h>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::perf |
Flow module containing tools for profiling and optimization. | |
Functions | |
std::ostream & | flow::perf::operator<< (std::ostream &os, const Checkpointing_timer::Checkpoint &checkpoint) |
Prints string representation of the given Checkpoint to the given ostream . More... | |
std::ostream & | flow::perf::operator<< (std::ostream &os, const Checkpointing_timer &timer) |
Prints string representation of the given Checkpointing_timer (whether with original data or an aggregated-result timer) to the given ostream . More... | |