This is an archive of the discontinued LLVM Phabricator instance.

[ProfileSummary] Add options to override hot and cold count thresholds.
ClosedPublic

Authored by eraman on Nov 2 2018, 10:31 AM.

Details

Summary

The hot and cold count thresholds are derived from the summary, but for
debugging purposes it is convenient to provide the actual thresholds.

Diff Detail

Repository
rL LLVM

Event Timeline

eraman created this revision.Nov 2 2018, 10:31 AM
davidxl accepted this revision.Nov 2 2018, 10:37 AM

lgtm

This revision is now accepted and ready to land.Nov 2 2018, 10:37 AM
This revision was automatically updated to reflect the committed changes.