package hl
Available on hl
staticglobalBits:EnumFlags<TrackKind>
staticthreadBits:EnumFlags<TrackKind>
staticdump(fileName:String = "track.dump", sortBySize:Bool = false, reset:Bool = true):Void
staticevent(code:Int, ?data:String):Void
staticeventBytes(code:Int, data:Bytes):Void
staticgetData(sortBySize:Bool = false, reset:Bool = true):Array<Result>
staticgetFieldName(hash:Int):Bytes
staticreset():Void
Reset accumulated tracked data.
staticrestart():Void
Restart tracking after being stopped.
staticsetMaxDepth(v:Int):Void
Set maximum stack depth for reports (default = 10)
staticstop():Void
Stop tracking for all threads.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/hl/Profile.html