How can I use kcachegrind to get a non-graphical tree of all my function calls, in the order they were called?
There are two typical ways to look at profiling data:
- sorted by the most expensive entries
- sorted in order of execution
I'm looking for the latter. I can sort of get it with the "Call Graph" tab, but this omits some data, and it can be confusing the way it represents loops. I'd prefer a text view, like this:
(source: msdn.com)