Static variables

Static methods

@:value({ reset : true, sortBySize : false, fileName : "track.dump" })staticdump(fileName:String = "track.dump", sortBySize:Bool = false, reset:Bool = true):Void

staticevent(code:Int, ?data:String):Void

staticeventBytes(code:Int, data:Bytes):Void

@:value({ reset : true, sortBySize : false })staticgetData(sortBySize:Bool = false, reset:Bool = true):Array<Result>

@:hlNative("std","field_name")staticgetFieldName(hash:Int):Bytes

@:hlNative("std","track_reset")staticreset():Void

Reset accumulated tracked data.

@:hlNative("std","track_init")staticrestart():Void

Restart tracking after being stopped.

@:hlNative("std","track_set_depth")staticsetMaxDepth(v:Int):Void

Set maximum stack depth for reports (default = 10)

staticstop():Void

Stop tracking for all threads.