[PATCH] D29320: [XRay] A tool for Comparing xray function call graphs
Alexis Shaw via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 01:31:17 PST 2017
varno created this revision.
Herald added a subscriber: mgorny.
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 https://reviews.llvm.org/D29005
https://reviews.llvm.org/D29320
Files:
test/tools/llvm-xray/X86/account-deduce-tail-call.yaml
test/tools/llvm-xray/X86/account-keep-going.yaml
test/tools/llvm-xray/X86/account-simple-case.yaml
test/tools/llvm-xray/X86/account-simple-sorting.yaml
test/tools/llvm-xray/X86/convert-with-yaml-instrmap.txt
test/tools/llvm-xray/X86/empty.txt
test/tools/llvm-xray/X86/graph-color-simple-case.yaml
test/tools/llvm-xray/X86/graph-deduce-tail-call.yaml
test/tools/llvm-xray/X86/graph-simple-case.yaml
tools/llvm-xray/CMakeLists.txt
tools/llvm-xray/xray-account.cc
tools/llvm-xray/xray-color-helper.cc
tools/llvm-xray/xray-color-helper.h
tools/llvm-xray/xray-converter.cc
tools/llvm-xray/xray-extract.cc
tools/llvm-xray/xray-extract.h
tools/llvm-xray/xray-graph-diff.cc
tools/llvm-xray/xray-graph-diff.h
tools/llvm-xray/xray-graph.cc
tools/llvm-xray/xray-graph.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29320.86395.patch
Type: text/x-patch
Size: 92233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/282b9e9c/attachment-0001.bin>
More information about the llvm-commits
mailing list