This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by varno on Nov 29 2016, 3:57 PM.

Details

Reviewers
dberris
dblaikie
Summary

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 D24377.

Event Timeline

varno updated this revision to Diff 79664.Nov 29 2016, 3:57 PM
varno retitled this revision from to [XRay] Implement the `llvm-xray graph` subcommand.
varno updated this object.
varno updated this revision to Diff 79679.Nov 29 2016, 5:21 PM

Changed diff base from master to D24377.

Adding Reviewers as recommended by dberris.

varno abandoned this revision.Nov 29 2016, 5:26 PM

Trying again