Returns recent CPU usage information. This is calculated using an exponential-falloff method.
data = Inspect.Addon.Cpu() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
data | result | table | Recent 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. |