Add Tracy allocation profiling feature flag

This commit is contained in:
Ivan Molodetskikh
2024-11-02 10:05:28 +03:00
parent fce5d66878
commit e5ca335115
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -124,6 +124,8 @@ xdp-gnome-screencast = ["dbus", "pipewire"]
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
# Enables the on-demand Tracy profiler instrumentation.
profile-with-tracy-ondemand = ["profile-with-tracy", "tracy-client/ondemand", "tracy-client/manual-lifetime"]
# Enables Tracy allocation profiling.
profile-with-tracy-allocations = ["profile-with-tracy"]
# Enables dinit integration (global environment).
dinit = []