diff options
Diffstat (limited to 'kmtrace/README')
-rw-r--r-- | kmtrace/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmtrace/README b/kmtrace/README index 67330fe4..6084b2b7 100644 --- a/kmtrace/README +++ b/kmtrace/README @@ -18,7 +18,7 @@ There are two ways to activate memory usage loggings by ktrace : 1) The LD_PRELOAD way This way, you can debug any application without having to recompile it, -but you'll have to debug also the memory allocated by KApplication and +but you'll have to debug also the memory allocated by TDEApplication and friends. You can activate malloc logging by starting yourApplication as: @@ -57,8 +57,8 @@ to add any commandline options. TIPS ==== -* If you can't be bothered with the stuff that KApplication allocates for you -you might want to put the ktrace() call after the KApplication constructor. +* If you can't be bothered with the stuff that TDEApplication allocates for you +you might want to put the ktrace() call after the TDEApplication constructor. This will lead to a lot of warnings like: Freeing unalloacted memory: 0x08056108 |