[Lldb-commits] [PATCH] D117474: [lldb] Make StatsDuration thread-safe

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 18 12:16:07 PST 2022


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Thanks for finding a solution. I tried originally doing a std::atomic<double> but those are not supported. As long as you have verified that storing at a uint64_t reports the same kinds of durations and that they are accurate, I am good with this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117474/new/

https://reviews.llvm.org/D117474



More information about the lldb-commits mailing list