Sgenmi / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

patch: clarify stats output and comments on ExtractStats() and GetThreadStats() #466

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get human-readable stats from tcmalloc

Most of the issue is that "Size class breakdown" is not as clear as it could 
be... in particular, I want to change the text to:

 Total size of freelists for per-thread caches,
 transfer cache, and central cache, by size class

And while I was in there, I improved the comments a bit.

Patch attached.

Original issue reported on code.google.com by gp...@chromium.org on 17 Sep 2012 at 9:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by chapp...@gmail.com on 3 Nov 2012 at 4:47

GoogleCodeExporter commented 9 years ago
r188 | chappedm@gmail.com | 2012-12-22 14:06:35 -0500 (Sat, 22 Dec 2012) | 2 
lines

issue-466: Clarified stats output and comments for ExtractStats() and 
GetThreadStats()

Original comment by chapp...@gmail.com on 22 Dec 2012 at 7:07