2

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:

alt text
(source: msdn.com)

4

1 回答 1

0

它位于右下角的“所有被调用者”选项卡中。

于 2009-05-25T07:45:38.970 回答