mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-06-16 04:27:23 +02:00
BugFix Post-MemCheck fix memory leaks corrections
This commit is contained in:
@@ -52,3 +52,15 @@ perf record --pid=XXXXX
|
||||
- Analyse using https://github.com/KDAB/hotspot
|
||||
|
||||
|
||||
|
||||
Memcheck
|
||||
--------
|
||||
|
||||
To generate memory usage plots in [massif format](https://valgrind.org/docs/manual/ms-manual.html):
|
||||
|
||||
G_SLICE=always-malloc valgrind --tool=massif ./vimix
|
||||
|
||||
To check for memory leaks:
|
||||
|
||||
G_SLICE=always-malloc valgrind --leak-check=full --log-file=vimix_mem.txt ./vimix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user