[Lldb-commits] [PATCH] D117914: [lldb] Add ConstString memory usage statistics

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 21 14:04:17 PST 2022


JDevlieghere updated this revision to Diff 402104.
JDevlieghere added a comment.

  "memory": {
    "strings": {
      "bytesTotal": 3145728,
      "bytesUnused": 1088812,
      "bytesUsed": 2056916
    }
  },


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

https://reviews.llvm.org/D117914

Files:
  lldb/include/lldb/Target/Statistics.h
  lldb/include/lldb/Utility/ConstString.h
  lldb/source/Target/Statistics.cpp
  lldb/source/Utility/ConstString.cpp
  lldb/test/API/commands/statistics/basic/TestStats.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117914.402104.patch
Type: text/x-patch
Size: 7012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220121/90c9a5f3/attachment-0001.bin>


More information about the lldb-commits mailing list