diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 10:05:28 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 10:53:55 +0300 |
| commit | e5ca3351153fa6f3d1e3b00806f85058a8182065 (patch) | |
| tree | 6414a4391d261f83b79d3c31f05479e95467f832 /wiki | |
| parent | fce5d668783b4bbd5a6cea5e816d5d90a810d8e6 (diff) | |
| download | niri-e5ca3351153fa6f3d1e3b00806f85058a8182065.tar.gz niri-e5ca3351153fa6f3d1e3b00806f85058a8182065.tar.bz2 niri-e5ca3351153fa6f3d1e3b00806f85058a8182065.zip | |
Add Tracy allocation profiling feature flag
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/Developing-niri.md | 2 |
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`. |
