commit | d68aae24e4e3577e895f2c4b10a211ffa93246f0 | [log] [tgz] |
---|---|---|
author | Easwaran Raman <eraman@google.com> | Thu Feb 04 23:34:31 2016 +0000 |
committer | Easwaran Raman <eraman@google.com> | Thu Feb 04 23:34:31 2016 +0000 |
tree | 12f1b0dd13bbfe211b9339e0b1a1a42e8b00358c | |
parent | 6795eff63eb3f04c6cc658d70c951622ac94882a [diff] |
Refactor profile summary support code. NFC. Summary computation is not just for instrumented profiling and so I have moved the ProfileSummary class to ProfileCommon.h (named so to allow code unrelated to summary but common to instrumented and sampled profiling to be placed there) Differential Revision: http://reviews.llvm.org/D16661 llvm-svn: 259846