added to misc: timespec_to_stream_with_unit() for printing times either is seconds or miliseconds

This commit is contained in:
2021-06-30 16:30:11 +02:00
parent 0f78968579
commit df3f04a951
3 changed files with 33 additions and 5 deletions

View File

@@ -1013,7 +1013,7 @@ double timespec_to_double(timespec & val);
void timespec_to_stream(timespec & val, pt::Stream & stream);
void timespec_to_stream_with_unit(timespec & val, pt::Stream & stream);