[PATCH] D60977: [llvm-profdata] Add overlap command to compute similarity b/w two profile files

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 15:48:25 PDT 2019


xur updated this revision to Diff 196347.
xur marked an inline comment as done.
xur added a comment.

Integrated David's review comments.


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

https://reviews.llvm.org/D60977

Files:
  llvm/docs/CommandGuide/llvm-profdata.rst
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/include/llvm/ProfileData/InstrProfReader.h
  llvm/include/llvm/ProfileData/InstrProfWriter.h
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/ProfileData/InstrProfReader.cpp
  llvm/lib/ProfileData/InstrProfWriter.cpp
  llvm/test/tools/llvm-profdata/Inputs/overlap_1.proftext
  llvm/test/tools/llvm-profdata/Inputs/overlap_1_cs.proftext
  llvm/test/tools/llvm-profdata/Inputs/overlap_1_vp.proftext
  llvm/test/tools/llvm-profdata/Inputs/overlap_2.proftext
  llvm/test/tools/llvm-profdata/Inputs/overlap_2_cs.proftext
  llvm/test/tools/llvm-profdata/Inputs/overlap_2_vp.proftext
  llvm/test/tools/llvm-profdata/overlap.test
  llvm/test/tools/llvm-profdata/overlap_cs.test
  llvm/test/tools/llvm-profdata/overlap_vp.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60977.196347.patch
Type: text/x-patch
Size: 30872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190423/987b34ff/attachment.bin>


More information about the llvm-commits mailing list