[Lldb-commits] [PATCH] D112691: Include target settings in "statistics dump" output.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 28 09:03:12 PDT 2021


JDevlieghere added a comment.

I understand the need for something like this to make some of the statistics more meaningful, but this is stretching the notion of statistics. Conceptually, this is approaching something like a dump of the debugger for issue/performance analysis. I think that idea is really exciting, and from that perspective there's a lot more useful information we could add to it. Long term, I can see this output be something that we ask users to include in every bug report.

TL;DR: Can we make this more generic and keep the separation between statistics/metrics and a more general concept that includes these target settings?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112691



More information about the lldb-commits mailing list