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<<"."<