[PATCH] D77172: Heat Coloring (3/3): Adding Heat Functionality to CallPrinter

Kirill Naumov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:13:40 PDT 2020


knaumov updated this revision to Diff 261463.
knaumov marked 2 inline comments as done.
knaumov added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- Fixed the functionality of heat coloring - now the coloring of CallGraph is done by analyzing how many times the given function was called. The more times it's being called - the hotter ("redder") it will be on the graph.


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

https://reviews.llvm.org/D77172

Files:
  llvm/include/llvm/Analysis/HeatUtils.h
  llvm/lib/Analysis/CallPrinter.cpp
  llvm/lib/Analysis/HeatUtils.cpp
  llvm/test/Other/heat-colors-graphs.ll
  llvm/test/Other/heat-colors-multigraph.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77172.261463.patch
Type: text/x-patch
Size: 15179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/55358137/attachment.bin>


More information about the llvm-commits mailing list