|
Simo 0.0.1
|
Basic implementation to dump statistics as a json. More...
#include <StatOutStream.h>
Public Member Functions | |
| std::filesystem::path | output_path () const |
| void | output_path (std::filesystem::path path) |
| StatOutStream & | operator<< (const Statistic &s) |
| void | reset () |
| void | generate () |
| Public Member Functions inherited from Simo::Statistics::StatOutStreamInterface | |
| template<typename Self> | |
| Self & | operator<< (this Self &&self, const Statistic &s) |
| template<typename Self> | |
| void | reset (this Self &&self) |
| template<typename Self> | |
| void | generate (this Self &&self) |
Basic implementation to dump statistics as a json.