Files
wow_Meta/api/UpdateAddOnCPUUsage.lua
2025-05-04 15:15:00 +02:00

6 lines
246 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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