Commit e5976482 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

More issues that Karsten spotted

parent f40dc287
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line


(DRAFT)



Getting started in Tor development
==================================

@@ -189,6 +184,4 @@ Once you've reached this point, here's what you need to know.
     it integrated into mainline Tor.


Where do I go from here?
------------------------
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ Profiling Tor with oprofile
~~~~~~~~~~~~~~~~~~~~~~~~~~~

The oprofile tool runs (on Linux only!) to tell you what functions Tor is
spending its CPU time in, so we can identify berformance pottlenecks.
spending its CPU time in, so we can identify performance bottlenecks.

Here are some basic instructions