aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Developing-niri.md2
1 files changed, 2 insertions, 0 deletions
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`.