在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

How to enable new CPU Profiler in Wwise 2022.1

0 投票

https://blog.audiokinetic.com/sdk-runtime-performance-improvements-in-wwise-2022.1
Base on the blog, there is a new CPU profiling feature providing a timer scope in Wwise Authoring Tools which need a hidden setting to enable. Please tell me how to enable it, it's a super useful feature for me.

最新提问 1月 9, 2023 分类:General Discussion | 用户: John Y. (110 分)

1个回答

+1 投票
  • Shutdown all instances of Wwise (important)
  • Edit the file:
    • WINDOWS: %APPDATA%\Audiokinetinc\Wwise\Wwise.wsettings
    • MAC: $HOME/Library/Application Support/Audiokinetic/Wwise/Wwise.wsettings
  • Add the following line along with other properties:
    <Property Name="Game Profiler\EnableCpuTimeline" Type="bool" Value="True"/>
  • Save
  • Restart Wwise

Important: this feature is intended for advanced and technical users. Prior experience and familiarity with other CPU profilers is strongly recommended.This feature is experimental and not documented, is use-at-your-own-risk (e.g. if you run into problems, you can let us know, but don't expect a prioritized response) Some of the information may be very obscure without in-depth, familiarity of the Wwise runtime.

最新回答 1月 11, 2023 用户: Bernard R. (Audiokinetic) (35,110 分)
...