This is an archive of the discontinued LLVM Phabricator instance.

[memprof] Correct max size and access count computations
ClosedPublic

Authored by tejohnson on Aug 23 2022, 4:08 PM.

Details

Summary

The existing code resulted in the max size and access counts being equal
to the min. Compute the max instead (max lifetime was already correct).

Diff Detail

Event Timeline

tejohnson created this revision.Aug 23 2022, 4:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 4:08 PM
Herald added a subscriber: Enna1. · View Herald Transcript
tejohnson requested review of this revision.Aug 23 2022, 4:08 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 23 2022, 4:08 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
davidxl accepted this revision.Aug 23 2022, 4:41 PM

lgtm

This revision is now accepted and ready to land.Aug 23 2022, 4:41 PM
This revision was landed with ongoing or failed builds.Aug 23 2022, 4:54 PM
This revision was automatically updated to reflect the committed changes.