VPTissue Reference Manual
|
Utilities to tag clocks and to reformat number of ticks to a string. More...
#include <Utils.h>
Static Public Member Functions | |
static std::string | ToColonString (std::chrono::seconds d) |
Procude string in hh:mm:ss format. | |
static std::string | ToColonString (std::chrono::milliseconds d) |
Produce string in hh:mm:ss:mus format. | |
static std::string | ToColonString (std::chrono::microseconds d) |
Produce string in hh:mm:ss:ms:mus format. | |
static std::string | ToColonString (std::chrono::nanoseconds d) |
Produce string in hh:mm:ss:ms:mus:ns format. | |
Utilities to tag clocks and to reformat number of ticks to a string.