[PATCH] D28333: Improved ASAN allocator and quarantine stats.
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 16:19:11 PST 2017
eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/asan/asan_memory_profile.cc:60
+ "%zd bytes in %zd chunks; %zd other chunks; total chunks: %zd; "
+ "showing top %zd%%\n",
+ total_allocated_user_size_, total_allocated_count_,
----------------
Maybe add overhead stats, in bytes or percentage, either total or per allocation id.
https://reviews.llvm.org/D28333
More information about the llvm-commits
mailing list