This is an archive of the discontinued LLVM Phabricator instance.

Change sample profile writer to make it deterministic.
ClosedPublic

Authored by danielcdh on May 11 2017, 4:23 PM.

Details

Summary

This patch changes the function profile output order to be deterministic. In order to make it easier to understand, hottest functions (with most total samples) is ordered first.

Event Timeline

danielcdh created this revision.May 11 2017, 4:23 PM
dnovillo accepted this revision.May 11 2017, 4:35 PM

LGTM. Thanks.

This revision is now accepted and ready to land.May 11 2017, 4:35 PM
danielcdh closed this revision.May 11 2017, 4:56 PM