We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f702c commit d2e3edbCopy full SHA for d2e3edb
src/vt/timing/timing.h
@@ -75,7 +75,7 @@ struct formatter<::vt::TimeTypeWrapper> {
75
auto format(::vt::TimeTypeWrapper const& t, FormatContext& ctx) {
76
return fmt::format_to(
77
ctx.out(), "{}",
78
- to_engineering_string(t.seconds(), 3, eng_exponential, "s")
+ to_engineering_string(t.seconds(), 5, eng_exponential, "s")
79
);
80
}
81
};
0 commit comments