[Lldb-commits] [PATCH] D110893: [lldb] Refactor statistics (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 30 16:37:09 PDT 2021


JDevlieghere created this revision.
JDevlieghere added reviewers: clayborg, jingham, labath.
Herald added a subscriber: mgorny.
JDevlieghere requested review of this revision.

Refactor LLDB's current statistics into a single class named Analytics which consists of different metrics.


https://reviews.llvm.org/D110893

Files:
  lldb/include/lldb/Target/Target.h
  lldb/include/lldb/Utility/Analytics.h
  lldb/include/lldb/Utility/Metrics.def
  lldb/include/lldb/lldb-private-enumerations.h
  lldb/include/lldb/module.modulemap
  lldb/source/API/SBTarget.cpp
  lldb/source/Commands/CommandObjectExpression.cpp
  lldb/source/Commands/CommandObjectFrame.cpp
  lldb/source/Commands/CommandObjectStats.cpp
  lldb/source/Target/Target.cpp
  lldb/source/Utility/Analytics.cpp
  lldb/source/Utility/CMakeLists.txt
  lldb/test/API/functionalities/stats_api/TestStatisticsAPI.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110893.376396.patch
Type: text/x-patch
Size: 13239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210930/1227ef80/attachment.bin>


More information about the lldb-commits mailing list