Fix path names in README
This commit is contained in:
parent
98753aa737
commit
cd8586ed6c
6
README
6
README
|
@ -49,7 +49,7 @@ the above flags :-) ).
|
|||
|
||||
HEAP PROFILER
|
||||
-------------
|
||||
See docs/heap-profiler.html for information about how to use tcmalloc's
|
||||
See docs/heapprofile.html for information about how to use tcmalloc's
|
||||
heap profiler and analyze its output.
|
||||
|
||||
As a quick-start, do the following after installing this package:
|
||||
|
@ -74,7 +74,7 @@ see INSTALL for more details. It is not currently available on Windows.
|
|||
|
||||
HEAP CHECKER
|
||||
------------
|
||||
See docs/heap-checker.html for information about how to use tcmalloc's
|
||||
See docs/heap_checker.html for information about how to use tcmalloc's
|
||||
heap checker.
|
||||
|
||||
In order to catch all heap leaks, tcmalloc must be linked *last* into
|
||||
|
@ -102,7 +102,7 @@ for more details.
|
|||
|
||||
CPU PROFILER
|
||||
------------
|
||||
See docs/cpu-profiler.html for information about how to use the CPU
|
||||
See docs/cpuprofile.html for information about how to use the CPU
|
||||
profiler and analyze its output.
|
||||
|
||||
As a quick-start, do the following after installing this package:
|
||||
|
|
Loading…
Reference in New Issue