Valgrind

From Embedded Lab Vienna for IoT & Security
Revision as of 15:18, 13 January 2023 by VHorvathova (talk | contribs)
Jump to navigation Jump to search

Summary

Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

Description

The Valgrind distribution currently includes seven production-quality tools:

  • Memcheck
  • Cachegrind
  • Callgrind
  • Massif
  • Helgrind
  • DRD
  • DHAT

heading

References