Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Grégoire <clement.gregoire@cbainfo.fr>2022-02-23 16:29:20 +0300
committerClément Grégoire <clement.gregoire@cbainfo.fr>2022-02-23 16:29:20 +0300
commitf4f558bdc9fde021154e6cafb2dd9e0601ba23f2 (patch)
tree3fe9a46ef1221fb5853c25ac794842adc97652ad /CMakeLists.txt
parentd48fdafde7ec58776463944406b230c2f648b99e (diff)
CMake: New description for TRACY_CALLSTACK
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd63eccf..42cc0945 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ endmacro()
set_option(TRACY_ENABLE "Enable profiling" ON)
set_option(TRACY_ON_DEMAND "On-demand profiling" OFF)
-set_option(TRACY_CALLSTACK "Regions collect call stacks" OFF)
+set_option(TRACY_CALLSTACK "Enfore callstack collection for tracy regions" OFF)
set_option(TRACY_NO_CALLSTACK "Disable all callstack related functionality" OFF)
set_option(TRACY_NO_CALLSTACK_INLINES "Disables the inline functions in callstacks" OFF)
set_option(TRACY_ONLY_LOCALHOST "Only listen on the localhost interface" OFF)