From 6b08e3054ff9aacd59253b973d3a1c488cf132fb Mon Sep 17 00:00:00 2001 From: trimstray Date: Sat, 5 Jan 2019 09:06:02 +0100 Subject: [PATCH] added 'Valgrind' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6803570..65509a7 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ Only main chapters:   :small_orange_diamond: DTrace - is a performance analysis and troubleshooting tool.
  :small_orange_diamond: ltrace - is a library call tracer, used to trace calls made by programs to library functions.
  :small_orange_diamond: sysdig - system exploration and troubleshooting tool with first class support for containers.
+  :small_orange_diamond: Valgrind - is an instrumentation framework for building dynamic analysis tools.
  :small_orange_diamond: glances - cross-platform system monitoring tool written in Python.
  :small_orange_diamond: htop - interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
  :small_orange_diamond: atop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.