[clang-tools-extra] [compiler-rt] [lldb] [llvm] [Memprof] Adds the option to collect AccessCountHistograms for memprof. (PR #94264)
Teresa Johnson via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 15:27:15 PDT 2024
================
@@ -38,4 +38,5 @@ MEMPROF_FLAG(bool, allocator_frees_and_returns_null_on_realloc_zero, true,
MEMPROF_FLAG(bool, print_text, false,
"If set, prints the heap profile in text format. Else use the raw binary serialization format.")
MEMPROF_FLAG(bool, print_terse, false,
- "If set, prints memory profile in a terse format. Only applicable if print_text = true.")
+ "If set, prints memory profile in a terse format. Only applicable "
----------------
teresajohnson wrote:
Formatting change only, remove from patch
https://github.com/llvm/llvm-project/pull/94264
More information about the cfe-commits
mailing list