From: John R. <jr...@bi...> - 2020-07-21 02:06:17
|
On 7/20/20 23:14 UTC, Chithkala Dhulipati wrote: > I wanted to use valgrind for profiling my programs. What I am looking for is a list of functions called and a path to those functions. When I previously used gprof for this, there was no option that could produce the original path where the functions where found. Is there a way I can achieve this? The terms "path to those functions" and "original path where the functions were found" are not well-defined. Please provide actual literal examples of what you seek, as well as an explanation of how the existing valgrind tracebacks are not sufficient. |