Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggestion: use valgrind to detect memory-related issues #18

Open
srele96 opened this issue Sep 2, 2023 · 0 comments
Open

suggestion: use valgrind to detect memory-related issues #18

srele96 opened this issue Sep 2, 2023 · 0 comments

Comments

@srele96
Copy link
Collaborator

srele96 commented Sep 2, 2023

I saw this 6db81c9 commit and thought maybe caps-log could benefit from Valgrind profiling.

From the Valgrind documentation:

Introduction

The Valgrind tool suite provides a number of debugging and profiling tools that help you make your programs faster and more correct. The most popular of these tools is called Memcheck. It can detect many memory-related errors that are common in C and C++ programs and that can lead to crashes and unpredictable behaviour.

The rest of this guide gives the minimum information you need to start detecting memory errors in your program with Memcheck. For full documentation of Memcheck and the other tools, please read the User Manual.

https://valgrind.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant