[PATCH] D27243: Initial work on the XRay Graph tool.

Alexis Shaw via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 17:29:20 PST 2016


varno created this revision.
varno added reviewers: dberris, dblaikie.
varno added subscribers: dberris, mgorny, llvm-commits.
varno added a dependency: D24377: [XRay] Implement the `llvm-xray account` subcommand.

[XRay] Implement the `llvm-xray graph` subcommand

This is an innitial change to implement a new subcommand for the `llvm-xray` tool.

Here we define the `graph` subcommand which generates a graph from the function
call information and uses it to present the call information graphically with
additional annotations. This tool was originally proposed by dberris.

Depends on https://reviews.llvm.org/D24377.


https://reviews.llvm.org/D27243

Files:
  tools/llvm-xray/CMakeLists.txt
  tools/llvm-xray/xray-graph.cc
  tools/llvm-xray/xray-graph.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27243.79681.patch
Type: text/x-patch
Size: 11666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/23ffcff9/attachment.bin>


More information about the llvm-commits mailing list