[PATCH] D82355: Add --hot-func-list to llvm-profdata show for sample profiles

Wei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 11:57:04 PDT 2020


weihe updated this revision to Diff 273121.
weihe added a comment.

Removed the ColNum parameter of dumpHotFunctionList()

Removed the ColNum parameter of dumpHotFunctionList() and added assertions to this function about size of ColumnTitle and ColumnOffset.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82355/new/

https://reviews.llvm.org/D82355

Files:
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/test/tools/llvm-profdata/Inputs/sample-hot-func-list.proftext
  llvm/test/tools/llvm-profdata/sample-hot-func-list.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82355.273121.patch
Type: text/x-patch
Size: 10618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200624/d5586d1d/attachment-0001.bin>


More information about the llvm-commits mailing list