Open Dev Kit Documentation :: General :: System Info :: Performance Tock
Root.SystemInfo.PerformanceTock( Task Name String ) DoubleEnds named performance counter and returns how long it has been since the last corresponding PerformanceTick function in seconds
Parameters
- Task Name String
- name of the performance counter task
Return Value
Lua Usage
local double = systemInfo:PerformanceTock(taskName)
If you think anything is missing, please feel free to: submit documentation feedback on this page
