Skip to content

Eashwar-S/Valgrind-Exercise

Repository files navigation

Valgrind Exercise


Standard install via command-line

git clone --recursive https://github.com/Eashwar-S/Valgrind-Exercise.git
cd path to repository

Build

mkdir build
cd build
cmake ..
make

Running Valgrind

valgrind --leak-check=full ./app/shell-app

KCachegrind Memory Profiler Output via Command line

valgrind --tool=callgrind ./app/shell-app

-Open callgrind.out.XXX file where XXX will be the process identifier in build folder

About

ENPM808X Course Assignment

Resources

Stars

Watchers

Forks

Packages

No packages published