[llvm] Changing TimeProfiler.cpp clock from microseconds to nanoseconds (PR #68096)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 4 06:02:41 PDT 2023
fel-cab wrote:
> So, this allows to include nanoseconds events but it still will list their time in microseconds, correct? Should there be a switch?
Yes, it list the time still in microseconds, to use the Perfetto/chronium defaults. The switch would be better than leave it fixed.
https://github.com/llvm/llvm-project/pull/68096
More information about the llvm-commits
mailing list