AdvancedInterfaceOptions

AdvancedInterfaceOptions

10M Downloads

[request]Add Cvar to stop cpu profiling

Talimar opened this issue ยท 1 comments

commented

Hey. Any chance you could add the cvar described by Luckyone:

Blizzard has added AddOn CPU profiling into the game and it is enabled by default. However, it literally reduces your FPS by up to 20-25 (For more in-depth info, it eats around 3ms per frame in a raid size of 20-30 people).

To turn it off run the following ingame chat command:

/run C_CVar.RegisterCVar("addonProfilerEnabled", "1"); C_CVar.SetCVar("addonProfilerEnabled", "0")

Now run the following command to confirm its off (should print false):

/dump C_AddOnProfiler.IsEnabled()

https://x.com/Luckyone961/status/1901392733790494908?t=V8PI0CNDpudv6ugG0qhrwQ

commented

Yeah this would be very helpful