Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 739 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 739 Bytes

Thanks for checking out my project!

CS 377 Final Project

Regarding the thead-error checking capabilities of Helgrind

VIDEO:

PPTVideo.mp4, Recommended: [1.5x Speed]: Goes through the PPT, Explains Helgrind

LINK TO GOOGLE SLIDES:

https://docs.google.com/presentation/d/1BaeQvUlVVUbYbJ9ZEoNYnDEd_9t0aw6MslQt0oloXmk/edit?usp=sharing

Example Code:

In proj.zip, called valgrind_tests.cpp. You can also test out HW.4 on valgrind and my commented errors.

Compile in Docker

g++ -g valgrind_tests.cpp -o val_test -pthread (May need to 'apt-get install g++ valgrind make')

Test with

valgrind --tool=helgrind --read-var-info=yes ./val_test AND FOR HW4: valgrind --tool=helgrind --read-var-info=yes ./bank_app 10 pt.txt