Flow 1.0.2
Flow project: Public API.
|
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... | |