![]() |
fpmas 1.5
|
#include <perf.h>
Static Public Member Functions | |
| static std::string | to_csv (const std::chrono::duration< Rep, Ratio > &duration) |
fpmas::io::CsvSerial specialization for std::chrono::duration.
|
inlinestatic |
Returns a string representation of duration.count().
Notice that the duration is represented as a raw integer (of type Rep), so Ratio must be known by other means to properly unserialize a duration from the returned string representation.
| duration | duration to serialize |