diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-03 13:20:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-03 13:20:20 -0500 |
commit | 30e139389bd8301f62ee24481d0f5484544fc5de (patch) | |
tree | 30cb3ade556412b228c9cf6bf4d6f0dcba55258b /changes | |
parent | b9fb01721a38c2b850f7a0120adc621a9d34b772 (diff) | |
download | tor-30e139389bd8301f62ee24481d0f5484544fc5de.tar tor-30e139389bd8301f62ee24481d0f5484544fc5de.tar.gz |
Record and report the overhead of how we handle onionskins.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/timed_onionqueue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/timed_onionqueue b/changes/timed_onionqueue index d0900ba34..fe54d78ac 100644 --- a/changes/timed_onionqueue +++ b/changes/timed_onionqueue @@ -5,3 +5,7 @@ estimate the time it will take to process an onionskin based on average processing time of previous onionskins. Closes ticket 7291. You'll never have to configure MaxOnionsPending again. + + - We compute the overhead from passing onionskins back and forth to + cpuworkers, and report it when dumping statistics in response to + SIGUSR1. |