This is an archive of the discontinued LLVM Phabricator instance.

[profile] Record the profile size as a property of the VMO
ClosedPublic

Authored by phosek on Mar 18 2020, 7:47 PM.

Details

Summary

While the VMO size is always page aligned, we can record the content
size as a property and then use this metadata when writing the profile
to a file.

Diff Detail

Event Timeline

phosek created this revision.Mar 18 2020, 7:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2020, 7:47 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
mcgrathr accepted this revision.Mar 19 2020, 10:36 AM

A comment wouldn't hurt.

This revision is now accepted and ready to land.Mar 19 2020, 10:36 AM
This revision was automatically updated to reflect the committed changes.