mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
String pooling is meh.
This commit is contained in:
parent
7086320d64
commit
8de92a8c9e
@ -140,7 +140,6 @@ You also need to periodically collect the GPU events using the `TracyVkCollect(
|
||||
## Good practices
|
||||
|
||||
- Remember to set thread names for proper identification of threads. You may use the functions exposed in the `tracy/common/TracySystem.hpp` header to do so.
|
||||
- Enable the MSVC String Pooling option (`/GF`) or the gcc counterpart, `-fmerge-constants`. This will reduce number of queries the server needs to perform to the client. Note that these options are enabled in optimized builds by default.
|
||||
|
||||
## Practical considerations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user