summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-graph-diff.h
Commit message (Collapse)AuthorAgeFilesLines
* [XRay][tools] Fixup for pedantic and permissive errors/warningsDean Michael Berris2017-04-241-2/+2
| | | | | | | | Remove extraneous semicolons and fully qualify the Trace type. Follow-up to D29320. llvm-svn: 301161
* [XRay] A tool for Comparing xray function call graphsDean Michael Berris2017-04-241-0/+74
Summary: This is a tool for comparing the function graphs produced by the llvm-xray graph too. It takes the form of a new subcommand of the llvm-xray tool 'graph-diff'. This initial version of the patch is very rough, but it is close to feature complete. Depends on D29363 Reviewers: dblaikie, dberris Reviewed By: dberris Subscribers: mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D29320 llvm-svn: 301160
OpenPOWER on IntegriCloud