diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-09-29 13:27:45 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-09-29 13:27:45 +0000 |
commit | 996e2bbb2410eb21ea455af59ae6b69dc5b52233 (patch) | |
tree | 49392fa91ed83e70e002b5cd79bbe73549d410f2 /HACKING | |
parent | 60db0675dd4b34d33fa59a5a870e2052545f112d (diff) | |
download | nautilus-996e2bbb2410eb21ea455af59ae6b69dc5b52233.tar.gz |
Moved the leak-checker and profiler tools to their own gnome cvs module.
* Makefile.am:
* configure.in:
* HACKING:
* tools/.cvsignore:
* tools/Makefile.am:
* tools/README:
* tools/leak-checker/.cvsignore:
* tools/leak-checker/Makefile.am:
* tools/leak-checker/nautilus-leak-checker-stubs.h:
* tools/leak-checker/nautilus-leak-checker.c:
* tools/leak-checker/nautilus-leak-checker.h:
* tools/leak-checker/nautilus-leak-hash-table.c:
* tools/leak-checker/nautilus-leak-hash-table.h:
* tools/leak-checker/nautilus-leak-symbol-lookup.c:
* tools/leak-checker/nautilus-leak-symbol-lookup.h:
* tools/profiler/Makefile:
* tools/profiler/funcsummary.C:
* tools/profiler/funcsummary.h:
* tools/profiler/machine-profile.S:
* tools/profiler/machine-profile.h:
* tools/profiler/machine-profileP.h:
* tools/profiler/nautilus-leak-symbol-lookup.C:
* tools/profiler/nautilus-leak-symbol-lookup.h:
* tools/profiler/profile.C:
* tools/profiler/profile.h:
* tools/profiler/profileP.h:
* tools/profiler/profiledata.C:
* tools/profiler/profiledata.h:
* tools/profiler/symbol-table.h:
* tools/profiler/test.cpp:
* tools/profiler/totaltime.C:
* tools/profiler/totaltime.h:
Moved the leak-checker and profiler tools to their own gnome cvs
module.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ read other relevant documents in the docs directory too. 2: Using the leak checker ========================= +The leak checker is built as part of the eazel-tools gnome module. +Build that first before you continue. + Nautilus is set up to use the libleakcheck.so leak checking library. To use it, run Nautilus with LD_PRELOAD set to the path to the installed libleakcheck.so library. For example, if you are using a |