Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
void __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
247
void __hxcpp_tracy_message_app_info(String info)
248
{
Callers
nothing calls this directly
Calls
1
utf8_str
Method · 0.80
Tested by
no test coverage detected