游戲性能調(diào)試工具匯總

? ? ? ? 最近的許多小伙伴在看《Unity性能優(yōu)化》系列課程后私信問我,在Windows或Android平臺有沒有類似Xcode里對GPU的性能調(diào)試工具。其實如果是專門調(diào)試GPU的工具需要對應GPU硬件廠商開發(fā)的工具才行,一些通用的工具能獲得到信息太少。就我個人用下來感覺還是XCode下工具最好用,信息最全,而且可以定量分析,其他工具多多少少總感覺差點意思。不過我還是把目前我了解的性能調(diào)試工具按通用、平臺與GPU調(diào)試做了匯總,這些工具并不依賴特殊的游戲引擎,希望對大家有幫助。
PC通用性能分析工具(某些需要特殊硬件支持)
AMD μProf:? ?https://developer.amd.com/amd-uprof/
NVIDIA NSight:https://developer.nvidia.com/tools-overview
Intel VTune:https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html
Intel GPA suite:https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/overview.html
Superluminal:https://superluminal.eu/
平臺性能分析工具(需要特殊操作系統(tǒng)、瀏覽器或硬件支持)
IOS:
Xcode Instruments:?
https://developer.apple.com/library/archive/documentation/AnalysisTools/Conceptual/instruments_help-collection/Chapter/Chapter.html
Android
Android Studio:??
https://developer.android.com/studio/profile
Arm Mobile Studio:?
https://developer.arm.com/Tools%20and%20Software/Arm%20Mobile%20Studio
Snapdragon Profiler:
https://developer.qualcomm.com/software/snapdragon-profiler
Windows/XBox
PIX:
https://devblogs.microsoft.com/pix/introduction/
PlayStation
CPU profiler tools:
https://partners.playstation.net/
WebGL
Chrome DevTools Performance:
https://developer.chrome.com/docs/devtools/evaluate-performance/
Firefox Profiler:
https://profiler.firefox.com/
GPU性能調(diào)試工具(某些需要對應硬件支持)
Arm Graphics Analyzer:
https://developer.arm.com/Tools%20and%20Software/Graphics%20Analyzer
Tegra Graphics Debugger:
https://developer.nvidia.com/tegra-graphics-debugger
Intel?Graphics Performance Analyzers:
https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/overview.html
NVIDIA Nsight Frame Debugger:
https://docs.nvidia.com/gameworks/content/developertools/desktop/frame_debugger_ogl.htm
AMD Radeon Developer Tool Suite:
https://gpuopen.com/tools/
Xcode?Frame Capture Debugging Tools:
https://developer.apple.com/documentation/metal/debugging_tools
Visual Studio Graphics Diagnostics:
https://docs.microsoft.com/en-gb/visualstudio/debugger/graphics/visual-studio-graphics-diagnostics?view=vs-2019&redirectedfrom=MSDN&viewFallbackFrom=vs-2015
RenderDoc:
https://renderdoc.org/builds
后續(xù)待補充,有小伙伴了解其他性能工具的話,請私信告訴我~