MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_tracy_plot

Function __hxcpp_tracy_plot

src/hx/TelemetryTracy.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void __hxcpp_tracy_plot(String name, ::Float val)
230{
231 hx::strbuf buffer;
232 ::tracy::Profiler::PlotData(name.utf8_str(&buffer), val);
233}
234
235void __hxcpp_tracy_plot_config(String name, uint8_t format, bool step, bool fill, int color)
236{

Callers

nothing calls this directly

Calls 1

utf8_strMethod · 0.80

Tested by

no test coverage detected