---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param function function ---@param includeSubroutines boolean ---@return number usage ---@return number calls ---Returns information about CPU usage by a function. Only returns valid data if the scriptProfile CVar is set to 1; returns 0 otherwise. function GetFunctionCPUUsage(function, includeSubroutines) end