mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
Added Tracy profiler
This commit is contained in:
parent
bff2f006fb
commit
e89b2d1cdd
6 changed files with 16 additions and 1 deletions
8
externals/CMakeLists.txt
vendored
8
externals/CMakeLists.txt
vendored
|
@ -93,3 +93,11 @@ add_subdirectory(sirit EXCLUDE_FROM_ALL)
|
|||
if (WIN32)
|
||||
target_compile_options(sirit PUBLIC "-Wno-error=unused-command-line-argument")
|
||||
endif()
|
||||
|
||||
# Tracy
|
||||
option(TRACY_ENABLE "" ON)
|
||||
option(TRACY_NO_CRASH_HANDLER "" ON) # Otherwise texture cache exceptions will be treaten as a crash
|
||||
option(TRACY_ON_DEMAND "" ON)
|
||||
option(TRACY_NO_FRAME_IMAGE "" ON)
|
||||
option(TRACY_FIBERS "" ON) # For AmdGpu frontend profiling
|
||||
add_subdirectory(tracy EXCLUDE_FROM_ALL)
|
||||
|
|
1
externals/tracy
vendored
Submodule
1
externals/tracy
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ef96964f71885e9ff177253ce0465569787e4a4c
|
Loading…
Add table
Add a link
Reference in a new issue