diff options
author | Taylor Yu <catalyst@torproject.org> | 2017-10-02 14:51:48 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2017-10-03 07:45:36 -0500 |
commit | 6a2a49e6616702c39e56c21091167316a82fcc85 (patch) | |
tree | f86ca35a45994142b7880241d9a52f62fb06340f /changes | |
parent | dddae36f5e0e9e088cd9aa98c6e4a6c904e1efa4 (diff) | |
download | tor-6a2a49e6616702c39e56c21091167316a82fcc85.tar.gz tor-6a2a49e6616702c39e56c21091167316a82fcc85.zip |
Improve docs on using gcov
Add more explanation in doc/HACKING about how to read gcov output,
including a reference to the gcov documentation in the GCC manual.
Also add details about how our postprocessing scripts modify gcov
output.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23739 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug23739 b/changes/bug23739 new file mode 100644 index 0000000000..3207b5eaf3 --- /dev/null +++ b/changes/bug23739 @@ -0,0 +1,3 @@ + o Minor bugfixes (documentation): + - Document better how to read gcov and what our postprocessing scripts do. + Fixes bug 23739; bugfix on 0.2.9.1-alpha. |