for a while I have been using gprof to profile my C code but it is very very unstable, on every run it is giving me a different simulation time as well as %.
I have decided to switch to valgrind, I am profiling using the valgrind, however I want to display the data and get similar results to gprof. In gprof I got the % execution time, self ns/call
Is there a way to get this info without using kcachegrind?
Kcachegrind is opening the UI, and I prefer to get files so i can analyze, as I want to do several profilings together
Thanks for the help
So if you want to use bare data, why are you looking at the gui? Start from the lower level, the cachegrind itself. http://valgrind.org/docs/manual/cg-manual.html