問題描述
我正在尋找一個分析器,以便找到我的 C++ 代碼中的瓶頸.我想找到一個免費的、非侵入性的、好的分析工具.我是一名游戲開發者,我使用 Xbox 360 的 PIX 并發現它非常好,但它不是免費的.我知道英特爾 VTune,但它也不是免費的.
I'm looking for a profiler in order to find the bottleneck in my C++ code. I'd like to find a free, non-intrusive, and good profiling tool. I'm a game developer, and I use PIX for Xbox 360 and found it very good, but it's not free. I know the Intel VTune, but it's not free either.
推薦答案
CodeXL 有現在取代了行尾 AMD 代碼分析員,兩者都是免費的,但不如 VTune 先進.
CodeXL has now superseded the End Of Line'd AMD Code Analyst and both are free, but not as advanced as VTune.
還有 Sleepy,它非常簡單,但在很多情況下都能勝任.
There's also Sleepy, which is very simple, but does the job in many cases.
注意:上述所有三個工具都已多年未維護.
這篇關于適用于 Windows 的最佳免費 C++ 分析器是什么?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!