diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-07 10:51:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-07 10:51:02 -0400 |
commit | 283be00b0bf515ee80b4b1d809d99a2cd682c46b (patch) | |
tree | 2030831cb473293590f9b8745665bad7d11f983d /changes | |
parent | 8421756da3fc3cc116d17fe96b50384c0d79af8b (diff) | |
download | tor-283be00b0bf515ee80b4b1d809d99a2cd682c46b.tar.gz tor-283be00b0bf515ee80b4b1d809d99a2cd682c46b.zip |
Add support for running "calltool" on Tor via "make callgraph".
Closes #19307.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/19037 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/19037 b/changes/19037 new file mode 100644 index 0000000000..35f323f1b0 --- /dev/null +++ b/changes/19037 @@ -0,0 +1,7 @@ + o Minor features (development support): + - Developers can now generate a call-graph for Tor using the + "calltool" python program, which post-processes object dumps. It + should work okay on many Linux and OSX platforms, and might work + elsewhere too. To run this, install calltool from + https://gitweb.torproject.org/user/nickm/calltool.git and run + "make callgraph". Closes ticket 19307. |