mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
actually make it stop keeping track of times. whoops.
svn:r3230
This commit is contained in:
parent
e1ac30c2bb
commit
717fe4993e
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ static void command_time_process_cell(cell_t *cell, connection_t *conn, int *tim
|
|||
*time += time_passed;
|
||||
}
|
||||
|
||||
#define KEEP_TIMING_STATS 0
|
||||
|
||||
/** Process a <b>cell</b> that was just received on <b>conn</b>. Keep internal
|
||||
* statistics about how many of each cell we've processed so far
|
||||
* this second, and the total number of microseconds it took to
|
||||
|
|
Loading…
Add table
Reference in a new issue