commit | d95e704feadd44cc6d9eb8695b9cff7ac6d4c88f | [log] [tgz] |
---|---|---|
author | Bert Maher <bertrand@fb.com> | Fri Sep 05 14:10:37 2014 -0700 |
committer | Jason Evans <je@fb.com> | Tue Sep 09 10:01:35 2014 -0700 |
tree | 986da0552872726be003836accf53a0417b5d8eb | |
parent | ffe93419d58aa342088d05c1c580bf59ea04d032 [diff] |
Support threaded heap profiles in pprof - Add a --thread N option to select profile for thread N (otherwise, all threads will be printed) - The $profile map now has a {threads} element that is a map from thread id to a profile that has the same format as the {profile} element - Refactor ReadHeapProfile into smaller components and use them to implement ReadThreadedHeapProfile