Coder Tools

From GnuCash
Revision as of 09:10, 23 May 2024 by Gjanssens (talk | contribs) (Add link to hotspot)
Jump to: navigation, search

Sometimes somebody finds a tool, which is better than standard tools. Here we share our knowledge.

Memory Leaks

Profiling

For C exist sysprof, hotspot, heaptrack (memory profiler), Valgrind,... Plenty of profiling tools. I have done some profiling with sysprof and heaptrack (never used valgrind). Both have interactive user interfaces to drill down on profiling data. I currently prefer heaptrack as it doesn't need special privileges. Last time I used sysprof (which has been a while) it needed admin privileges to run.