| 233 | } |
| 234 | |
| 235 | void __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 | |
| 241 | void __hxcpp_tracy_message(String msg, int color) |
| 242 | { |