Files
wow_Meta/api/UpdateAddOnCPUUsage.lua
2025-05-04 14:35:26 +02:00

5 lines
237 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Updates addon CPU profiling information. Only has effect if the scriptProfile CVar is set to 1. See GetAddOnCPUUsage() for the updated data.
function UpdateAddOnCPUUsage() end