HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact
View source

class Misc

package lua.lib.luv

@:directlyUsed@:luaRequire("luv")

Available on lua

Static methods

staticchdir(path:String):Bool

staticcpu_info():Table<Int, CpuInfo>

staticcwd():String

staticexepath():String

staticget_free_memory():Int

staticget_process_title():String

staticget_total_memory():Int

staticgetgid():Int

staticgetpid():Int

staticgetrusage():ResourceUsage

staticgettimeofday():TimeOfDay

staticgetuid():Int

staticguess_handle(handle:Int):String

statichrtime():Float

staticinterface_addresses():Dynamic

staticloadavg():Float

staticprint_active_handles():Table<Int, String>

staticprint_all_handles():Table<Int, String>

staticresident_set_memory():Int

staticset_process_title(title:String):Bool

staticsetgid(from:Int, to:Int):Void

staticsetuid(from:Int, to:Int):String

staticuptime():Int

staticversion():Int

staticversion_string():String

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe