This is an archive of the discontinued LLVM Phabricator instance.

Allow building heatmaps from basic sampled events with `-nl`.
ClosedPublic

Authored by rahmanl on Apr 4 2022, 12:59 PM.

Details

Summary

I find that this is useful for finding event hotspots.

Diff Detail

Event Timeline

rahmanl created this revision.Apr 4 2022, 12:59 PM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
rahmanl requested review of this revision.Apr 4 2022, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 12:59 PM
rafauler added inline comments.Apr 5 2022, 12:19 PM
bolt/lib/Profile/DataAggregator.cpp
1346

Missing ;

rahmanl updated this revision to Diff 420633.Apr 5 2022, 2:22 PM
rahmanl marked an inline comment as done.

Update the doc.

Fixed the error.

rahmanl updated this revision to Diff 420635.Apr 5 2022, 2:27 PM

change "simple events" to "basic events".

rafauler accepted this revision.Apr 5 2022, 3:23 PM

Thanks! LGTM

This revision is now accepted and ready to land.Apr 5 2022, 3:23 PM