diff options
Diffstat (limited to '')
-rw-r--r-- | winit/src/profiler.rs (renamed from winit/src/application/profiler.rs) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winit/src/application/profiler.rs b/winit/src/profiler.rs index 23eaa390..1f638de8 100644 --- a/winit/src/application/profiler.rs +++ b/winit/src/profiler.rs @@ -21,6 +21,7 @@ pub struct Profiler { impl Profiler { /// Initializes the [`Profiler`]. pub fn init() -> Self { + log::info!("Capturing trace.."); // Registry stores the spans & generates unique span IDs let subscriber = Registry::default(); |