Script to generate top-down perf-annotated call graphs
commitff9052e71df10153e2b069dc2ea0717128ed40df
authorbsimmers <bsimmers@fb.com>
Thu, 12 Jun 2014 01:34:58 +0000 (11 18:34 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Thu, 12 Jun 2014 23:33:17 +0000 (12 16:33 -0700)
tree552aea06bcd3cd3157b5b54560d1efbbfca879d6
parentdc1245fd07adc7ba3a635826c88e9c0c628a9b2a
Script to generate top-down perf-annotated call graphs

Summary: See the script itself for documentation. This is similar to what you
can get from "perf report -s parent -G", but it makes it easier to focus on
specific functions.

Reviewed By: @bertmaher

Differential Revision: D1378984
hphp/tools/perf-call-graph.php [new file with mode: 0755]