[PATCH] D35534: [opt-viewer] Reduce memory consumption

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 15:17:29 PDT 2017


anemet added a comment.

Also with https://reviews.llvm.org/rL308537, opt-stats now prints a metric for memory consumption if you have guppy (a.k.a. heapy) installed.  The metric is the total memory allocated divided by the number of remarks -- average in-memory remark size (~3KB currently).  This is printed once all the remarks are loaded.


Repository:
  rL LLVM

https://reviews.llvm.org/D35534





More information about the llvm-commits mailing list