Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Using Valgrind output
Re: Using Valgrind output [message #51885 is a reply to message #51874] Tue, 11 June 2019 19:58 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1430
Registered: December 2006
Ultimate Contributor
I always run valgrind from command line.
valgrind ./my_app args

valgrind has several tools, not just a memory checker, which is used by default.
valgrind is also my favorite profiler Rolling Eyes

If your code can be compiled with Clang, I'd recommend you to compile and test it with different sanitizers.
GCC also supports a couple of sanitizers.

Sanitizers require recompilation, valgrind doesn't.


Regards,
Novo
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Where can I find Visual Studio Build Tools 2017?
Next Topic: Compiling error with UPP 13422
Goto Forum:
  


Current Time: Thu Jun 26 04:50:36 CEST 2025

Total time taken to generate the page: 0.04811 seconds