mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 04:01:48 +00:00
CMake: New description for TRACY_CALLSTACK
This commit is contained in:
parent
d48fdafde7
commit
f4f558bdc9
@ -35,7 +35,7 @@ endmacro()
|
|||||||
|
|
||||||
set_option(TRACY_ENABLE "Enable profiling" ON)
|
set_option(TRACY_ENABLE "Enable profiling" ON)
|
||||||
set_option(TRACY_ON_DEMAND "On-demand profiling" OFF)
|
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 "Disable all callstack related functionality" OFF)
|
||||||
set_option(TRACY_NO_CALLSTACK_INLINES "Disables the inline functions in callstacks" 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)
|
set_option(TRACY_ONLY_LOCALHOST "Only listen on the localhost interface" OFF)
|
||||||
|
Loading…
Reference in New Issue
Block a user