Inspect.Addon.Cpu

Returns recent CPU usage information. This is calculated using an exponential-falloff method.

Usage:

data = Inspect.Addon.Cpu()
ParameterTypeDatatypeDescription
dataresulttableRecent CPU usage. This takes the format { AddonIdentifier = { SubIdentifier = cpu_used_as_a_fraction_of_one } }. SubIdentifiers are generated by Rift and the format may change without notice.