Skip to content

Commit 9e8a445

Browse files
stephanmeestersxezon
authored andcommitted
docs(readme): Add section about profiling (TheSuperHackers#2202)
1 parent e1212d9 commit 9e8a445

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ through `VCPKG_BINARY_SOURCES=clear;files,<workspace>/vcpkg-bincache,readwrite`
8888
that folder), so the first CI build warms the cache and subsequent builds pull prebuilt binaries instead of
8989
re-compiling everything.
9090

91+
### Profiling
92+
93+
Tracy profiling is supported in the CMake preset `win32-profile`.
94+
Use `tracy-profiler.exe` from [Tracy v0.13.1](https://github.com/wolfpld/tracy/releases/tag/v0.13.1).
95+
If you get an error when using Tracy, try removing `dbghelp.dll` from the game binary directory.
96+
9197
## Contributing
9298

9399
We welcome contributions to the project! If you’re interested in contributing, you need to have knowledge of C++. Join

0 commit comments

Comments
 (0)