|
From: Dimitris K. <kat...@gm...> - 2020-11-16 07:33:03
|
Hi everyone, I would like to ask if there is any automated reporting tool which processes the output of the valgrind tool and also scans the code in order to do a "blame" or "annotate" per developer. Thanks |
|
From: John R. <jr...@bi...> - 2020-11-16 10:13:10
|
> I would like to ask if there is any automated reporting tool which processes the output of the valgrind tool and also scans the code in order to do a "blame" or "annotate" per developer. The real error (the place that needs fixing) can be several levels up the call chain, and in C++ is not always the most-recent non-STL code. Identifying the root cause can require an experienced human in many cases. |