Set the default save config also in tracy-update.

This commit is contained in:
Bartosz Taudul
2024-06-02 17:29:21 +02:00
parent 0a187a65f6
commit abf12f79c5
3 changed files with 17 additions and 13 deletions

5
NEWS
View File

@@ -123,9 +123,8 @@ vx.xx.x (xxxx-xx-xx)
- Implemented retrieval of kernel symbol code on Linux.
- Added support for multiple compression streams in trace files. This
effectively parallelizes both load and save operations.
- The default save configuration in tracy-profiler and tracy-update is
now set to Zstd level 3 with 4 compression streams. This gives both
shorter compression time and smaller file size.
- The default save setup is now set to Zstd level 3 with 4 compression
streams. This gives both faster compression time and smaller file size.
v0.10.0 (2023-10-16)