View source
class Native_TracyProfiler
package cpp.vm.tracy
import cpp.vm.tracy.TracyProfiler
Available on cpp
Static methods
staticmessageAppInfo(_info:String):Void
Tracy can collect additional information about the profiled application, which will be available in the trace description. This can include data such as the source repository revision, the application’s environment (dev/prod), etc.
staticplot(_name:String, _val:Float32):Void
Plot a named value to tracy. This will generate a graph in the profiler for you.
staticplotConfig(_name:String, _format:PlotFormatType, _step:Bool = false, _fill:Bool = false, _color:Int = 0x000000):Void
Configure how values are plotted and displayed.
staticsetThreadName(_name:String, _groupHint:Int = 1):Void
Set a name for the current thread this function is called in. Supply an optional groupHint so threads become grouped in Tracy's UI.