|
| boost::chrono::microseconds | flow::util::time_since_posix_epoch () |
| | Get the current POSIX (Unix) time as a duration from the Epoch time point. More...
|
| |
| void | flow::util::beautify_chrono_ostream (std::ostream *os) |
| | Sets certain chrono-related formatting on the given ostream that results in a consistent, desirable output of durations and certain types of time_points. More...
|
| |
| size_t | flow::util::deep_size (const std::string &val) |
| | Estimate of memory footprint of the given value, including memory allocated on its behalf – but excluding its shallow sizeof! – in bytes. More...
|
| |