[all-commits] [llvm/llvm-project] 962db7: [memprof] Update summary output.
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Wed Jun 1 19:15:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 962db7de84d47b0aa461884f3f72844ef9a3f216
https://github.com/llvm/llvm-project/commit/962db7de84d47b0aa461884f3f72844ef9a3f216
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M llvm/include/llvm/ProfileData/RawMemProfReader.h
M llvm/lib/ProfileData/RawMemProfReader.cpp
M llvm/test/tools/llvm-profdata/memprof-basic.test
M llvm/test/tools/llvm-profdata/memprof-inline.test
M llvm/test/tools/llvm-profdata/memprof-multi.test
Log Message:
-----------
[memprof] Update summary output.
Update the YAML format print out of the profile to include a summary
instead of displaying the headers in the raw file buffer. This allows us
to release the raw buffer early saving memory.
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D126834
More information about the All-commits
mailing list