Bharathgopal / M1_March_2022

Naming convention: "M1_ProjectGoal"
24 stars 83 forks source link

Valgrind #245

Open herenajoshika opened 2 years ago

herenajoshika commented 2 years ago

How to do analysis of code by Valgrind in workflow

Bharathgopal commented 2 years ago

You need to add the command to invoke the valgrind from terminal in Makefile and invoke it similar to build command.

herenajoshika commented 2 years ago

yes its working perfectly in terminal on vscode