Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以显示包含函数计时,即函数及其所有子项在 Windows 性能分析器和/或 xperf 中运行的总时间。我想知道独立于呼叫者的时间。
我知道我可以从堆栈列中获取依赖于调用者的包含时间,以及从函数列中获取独占时间,但是对所有调用者进行总结的第一个确实是我所追求的。
弄清楚了:
在堆栈中右键单击您想知道包含时间的函数并选择Butterfly->View Callers
Butterfly->View Callers