forked from lf-edge/eve
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memory-monitor: Add advanced pprof options to improve heap analysis.
Enhanced the `Makefile` to include additional options for the `go tool pprof` command. The `-nodefraction 0` and `-call_tree` flags were added to provide a more detailed and interactive visualization of the memory allocations, improving the debugging and profiling process. Updated the `README.md` to include detailed instructions for using `pprof` effectively. This includes guidance on commands such as `top`, `list`, and generating interactive graphs with the source code mapping. Signed-off-by: Nikolay Martyanov <[email protected]>
- Loading branch information
1 parent
f3ec0e3
commit b6d0654
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters