文件名称:使用 egui 在游戏中显示海雀分析器火焰图
文件大小:412B
文件格式:ZIP
更新时间:2024-07-18 13:06:11
rust profiling game-d
使用egui在游戏中显示puffin分析器火焰eguipuffin是一个检测分析器,您可以选择在其中分析部分代码:fnmy_function () { puffin::profile_function! ();if ... { puffin::profile_scope! ("load_image" , image_name); ... } } puffin_egui允许您使用egui和立即模式 GUI 库检查生成的配置文件数据,仅使用一行代码:puffin_egui::profiler_window (egui_ctx); 见examples/为如何与使用它的文件夹eframe或macroquad 。要尝试一下,请运行cargo run --release --example macroquad
【文件预览】:
puffin_egui-master
----README.md(70B)