Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

如何开启新的CPU Profiler视图

0 votes

这篇博客(博客 | Audiokinetic)中说Authoring Tools有一个新的CPU Profiler的Timing试图,需要特殊的设置才能开启,请问这个配置应该怎么开启呢?

asked Jan 11, 2023 in General Discussion by John Y. (110 points)

1 Answer

+1 vote
  • 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.

answered Jan 11, 2023 by Bernard R. (Audiokinetic) (35,110 points)
Thanks! It works now!
...