[PATCH] D147812: [InstrProf] Use BalancedPartitioning to order temporal profiling trace data

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 10:31:34 PDT 2023


ellis updated this revision to Diff 519560.
ellis added a comment.

Move `BPFunctionNode::fromTemporalProfTraces()` -> `TemporalProfTraceTy::createBPFunctionNodes()`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147812

Files:
  llvm/docs/CommandGuide/llvm-profdata.rst
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/include/llvm/Support/BalancedPartitioning.h
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/Support/BalancedPartitioning.cpp
  llvm/lib/Support/CMakeLists.txt
  llvm/test/tools/llvm-profdata/show-order.proftext
  llvm/tools/llvm-profdata/llvm-profdata.cpp
  llvm/unittests/Support/BalancedPartitioningTest.cpp
  llvm/unittests/Support/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147812.519560.patch
Type: text/x-patch
Size: 34264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230504/8d5c3f52/attachment.bin>


More information about the llvm-commits mailing list