Domanda

Is it possible to show inclusive function timings, i.e. the total time a function and all its children ran in the windows performance analyzer and/or xperf. I want to know the time independent of the caller.

I know I can get the inclusive timings dependent on the caller from the stack column, and the exclusive timings from the function column, but the first one summed up over all callers is really what I'm after.

È stato utile?

Soluzione

Figured it out:

Right-click in the stack on a function you want to know the inclusive timing for and select Butterfly->View Callers

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top