Issues with Valgrind documenation
- The valgrind page seems to have some "old config" fragments .
I think we should remove those. Then the CA
section does not need to be anymore separate
-
Callgrind - a call graph profiler (extended version of Cachegrind) You can use this to profile only your algorithm, using Valkyrie.
The doxygen link for Valkyrie is broken. But at large here we should prb point to the callgrind documentation
-
In the twiki we have a
grid section
that seems to be for release21.0
or so. Does not seem up-to-date and not sure if used. -
Special issue with object factory design in Tracking
(this is from Valgrind examples and issues)
Not sure this is relevant. I think I know what it describes and we had to fix such issues (@amete and @sroe were involved in prb a few tickets).
But the solution given in any C++11 guide is that factory methods should return unique_ptr<object>
. So this should by now be kind of best practice advice and cleaner to express as such