[Bug libstdc++/63400] [C++11]precision of std::chrono::high_resolution_clock
vz-gcc at zeitlins dot org
gcc-bugzilla@gcc.gnu.org
Fri Mar 8 13:47:24 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63400
--- Comment #13 from Vadim Zeitlin <vz-gcc at zeitlins dot org> ---
(In reply to Jonathan Wakely from comment #11)
> (In reply to Jonathan Wakely from comment #8)
> > Is this still an issue in 2022?
> >
> > Using a mingw-w64 cross-compiler and running under Wine I get:
> >
> > CLOCK_REALTIME: 0,100
> > CLOCK_MONOTONIC: 0,100
> >
> > Is that just because I'm using Wine not real Windows?
>
> I still want an answer to this question though.
FWIW I can confirm that running the program above compiled with gcc-mingw-w64
12.2.0-14+25.2 from Debian 12 under Windows 10.0.19044.3803 produces exactly
the same output.
More information about the Gcc-bugs
mailing list