From 1dab4757dfac69d27ef9d4b66c7cb9b48ed077b6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 15 Feb 2024 13:04:45 -0800 Subject: [PATCH] perf: always show profiling info for now Signed-off-by: William Casarin --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 4af8199..7082ef2 100644 --- a/src/app.rs +++ b/src/app.rs @@ -800,7 +800,7 @@ fn render_panel<'a>(ctx: &egui::Context, app: &'a mut Damus, timeline_ind: usize app.n_panels -= 1; } - #[cfg(feature = "profiling")] + //#[cfg(feature = "profiling")] { ui.weak(format!( "FPS: {:.2}, {:10.1}ms",