[PATCH] D85948: [HeapProf] Clang and LLVM support for heap profiling instrumentation
David Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 13 22:12:26 PDT 2020
davidxl added a comment.
one nit: since the same instrumentation can be used to profiling global variable accesses (especially those indirect accessed), the option name seems excluding those cases. Shall it be renamed to fmem-prof?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85948/new/
https://reviews.llvm.org/D85948
More information about the cfe-commits
mailing list