From 561ff979d574f496415c0499345d41da2e1f6e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20d=27Herbais=20de=20Thun?= Date: Sun, 23 Apr 2023 14:33:56 +0200 Subject: Add instrumentation (Part 1) (#761) --- library/src/visualize/path.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/visualize/path.rs') diff --git a/library/src/visualize/path.rs b/library/src/visualize/path.rs index db062093..2ef2bc1a 100644 --- a/library/src/visualize/path.rs +++ b/library/src/visualize/path.rs @@ -60,6 +60,7 @@ pub struct PathElem { } impl Layout for PathElem { + #[tracing::instrument(name = "PathElem::layout", skip_all)] fn layout( &self, _: &mut Vt, -- cgit v1.2.3