Coder Tools

From GnuCash
Revision as of 20:24, 6 March 2020 by Fell (talk | contribs) (Profiling, from https://lists.gnucash.org/logs/2020/03/04.html#T14:32:01)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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, heaptrack, Valgrind,... Plenty of profiling tools. I'm 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.