forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Tools/linux_arm64/std/flash/profiler/Telemetry.hx
Normal file
13
Kha/Tools/linux_arm64/std/flash/profiler/Telemetry.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package flash.profiler;
|
||||
|
||||
extern class Telemetry {
|
||||
function new() : Void;
|
||||
@:flash.property static var connected(get,never) : Bool;
|
||||
@:flash.property static var spanMarker(get,never) : Float;
|
||||
private static function get_connected() : Bool;
|
||||
private static function get_spanMarker() : Float;
|
||||
static function registerCommandHandler(commandName : String, handler : Dynamic) : Bool;
|
||||
static function sendMetric(metric : String, value : Dynamic) : Void;
|
||||
static function sendSpanMetric(metric : String, startSpanMarker : Float, ?value : Dynamic) : Void;
|
||||
static function unregisterCommandHandler(commandName : String) : Bool;
|
||||
}
|
Reference in New Issue
Block a user