commit 1dab4757dfac69d27ef9d4b66c7cb9b48ed077b6
parent 9d1127a26e0878983d17e218c1a575e9f31869ef
Author: William Casarin <jb55@jb55.com>
Date: Thu, 15 Feb 2024 13:04:45 -0800
perf: always show profiling info for now
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",