profiling: add more profile markup

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-09-30 19:44:07 -04:00
parent 4c867f9fc2
commit 810b4c1990
10 changed files with 30 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ impl RenderNavResponse {
}
#[must_use = "Make sure to save columns if result is true"]
#[profiling::function]
pub fn process_render_nav_response(
self,
app: &mut Damus,
@@ -1019,6 +1020,7 @@ impl<R> BodyResponse<R> {
}
#[must_use = "RenderNavResponse must be handled by calling .process_render_nav_response(..)"]
#[profiling::function]
pub fn render_nav(
col: usize,
inner_rect: egui::Rect,