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

Function __hxcpp_tracy_message

src/hx/TelemetryTracy.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void __hxcpp_tracy_message(String msg, int color)
242{
243 hx::strbuf buffer;
244 ::tracy::Profiler::MessageColor(msg.utf8_str(&buffer), msg.length, color, 0);
245}
246
247void __hxcpp_tracy_message_app_info(String info)
248{

Callers

nothing calls this directly

Calls 1

utf8_strMethod · 0.80

Tested by

no test coverage detected