git clone --recursive https://github.com/Eashwar-S/Valgrind-Exercise.git
cd path to repository
mkdir build
cd build
cmake ..
make
valgrind --leak-check=full ./app/shell-app
valgrind --tool=callgrind ./app/shell-app
-Open callgrind.out.XXX file where XXX will be the process identifier in build folder