[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 13:18:30 PST 2022


JDevlieghere updated this revision to Diff 402093.
JDevlieghere marked 3 inline comments as done.
JDevlieghere added a comment.

Put string statistics under memory:

  "memory": {
    "strings": {
      "bytesAllocated": 2056916,
      "bytesTotal": 3145728,
      "bytesUnallocated": 1088812
    }
  },


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.402093.patch
Type: text/x-patch
Size: 7072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220121/32cd2213/attachment.bin>


More information about the lldb-commits mailing list