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

Function __hxcpp_tracy_plot_config

src/hx/TelemetryTracy.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void __hxcpp_tracy_plot_config(String name, uint8_t format, bool step, bool fill, int color)
236{
237 hx::strbuf buffer;
238 ::tracy::Profiler::ConfigurePlot(name.utf8_str(&buffer),::tracy::PlotFormatType(format), step, fill, color);
239}
240
241void __hxcpp_tracy_message(String msg, int color)
242{

Callers

nothing calls this directly

Calls 1

utf8_strMethod · 0.80

Tested by

no test coverage detected