Closed tilsche closed 7 months ago
Also, there is realtimeTimestamp
in https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/otf2-3.0.2/html/OTF2__GlobalDefWriter_8h.html#ac235547993aaacf2823dca56af27a578
Let Vampir deal with that mess.
Fine point, but we also need to write this in lo2s (it was recently added).
I am using that data to get energy information from existing un-instrumented traces... So it's not for Vampir in that case. That's also why I'd prefer sub-seconds, which the realtimeTimestamp
doesn't support :-(
There's no sub-second format specifier though. https://fmt.dev/latest/syntax.html#chrono-specs This is, because std::tm isn't sub-second aware.
Can we rewrite in a usable language yet?
ISO 8601 all the way!
Bonus points for sub-seconds.