mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 16:56:41 +08:00
update documentation
This commit is contained in:
parent
bd8c7da1b5
commit
1239f12fc7
2
HOWTO
2
HOWTO
@ -148,6 +148,8 @@ Stack (malloc):
|
||||
|
||||
So you can see there are 15 leaked pointer in this case and the main culprit is a malloc() called from ThreadFuncA().
|
||||
|
||||
When no C++ Code is traced or when using the libstdc++ (which calls malloc() and free() inside the allocation operators), the breakpoints for the C++ allocators can be omitted by the --nocpp option. This increases the trace performance.
|
||||
|
||||
There is also a server mode and a client with an command line interface. This is useful when you want get information during the runtime
|
||||
of a program, for example:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user