Вопрос

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.

Это было полезно?

Решение

Figured it out:

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top