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