forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Tools/linux_arm64/std/eval/luv/Metrics.hx
Normal file
13
Kha/Tools/linux_arm64/std/eval/luv/Metrics.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package eval.luv;
|
||||
|
||||
/**
|
||||
Metrics.
|
||||
|
||||
@see https://aantron.github.io/luv/luv/Luv/Metrics
|
||||
**/
|
||||
extern class Metrics {
|
||||
/**
|
||||
Retrieves the amount of time the loop has been blocked waiting in the kernel.
|
||||
**/
|
||||
static function idleTime(loop:Loop):eval.integers.UInt64;
|
||||
}
|
Reference in New Issue
Block a user