From e5ca3351153fa6f3d1e3b00806f85058a8182065 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 2 Nov 2024 10:05:28 +0300 Subject: Add Tracy allocation profiling feature flag --- wiki/Developing-niri.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wiki') diff --git a/wiki/Developing-niri.md b/wiki/Developing-niri.md index 47cbb143..96a9344a 100644 --- a/wiki/Developing-niri.md +++ b/wiki/Developing-niri.md @@ -72,3 +72,5 @@ pub fn some_function() { // Code of the function. } ``` + +You can also enable Rust memory allocation profiling with `--features=profile-with-tracy-allocations`. -- cgit