[all-commits] [llvm/llvm-project] d6fc61: [profile] Record the profile size as a property of...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Thu Mar 19 16:22:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6fc61b7e8b0dac481e4c84c1ace4a43e5b7ed4c
https://github.com/llvm/llvm-project/commit/d6fc61b7e8b0dac481e4c84c1ace4a43e5b7ed4c
Author: Petr Hosek <phosek at google.com>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
Log Message:
-----------
[profile] Record the profile size as a property of the VMO
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.
Differential Revision: https://reviews.llvm.org/D76402
More information about the All-commits
mailing list