1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Optimize: more inlining and more use of AHashMap

No real gains, but it didn't hurt either
This commit is contained in:
Emil Ernerfeldt
2021-03-31 17:06:12 +02:00
parent 4984d51f99
commit 4808da44a2
9 changed files with 32 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
})
});
c.bench_function("demo_windows_minimal (no tesselation)", |b| {
c.bench_function("demo_windows_minimal_no_tesselation", |b| {
b.iter(|| {
ctx.begin_frame(raw_input.clone());
demo_windows.ui(&ctx);