From 06c6011229156f5b6bd22ebbc0458c49fabae9df Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 26 Aug 2026 21:56:04 -0400 Subject: [PATCH] Timestamp improvement --- Grid/perfmon/Timer.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Grid/perfmon/Timer.h b/Grid/perfmon/Timer.h index 7434322f3..f531d103b 100644 --- a/Grid/perfmon/Timer.h +++ b/Grid/perfmon/Timer.h @@ -78,7 +78,12 @@ inline std::ostream& operator<< (std::ostream & stream, const GridUsecs & now) auto seconds = now/second ; auto subseconds = now%second ; auto fill = stream.fill(); - stream << seconds<<"."<