mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Describe high compression mode.
This commit is contained in:
parent
a5b99b54c8
commit
989c28d1fe
3
NEWS
3
NEWS
@ -12,6 +12,9 @@ v0.4 (xxxx-xx-xx)
|
||||
- Renamed "standalone" utility to "profiler".
|
||||
- Added trace update utility, which will convert files saved in previous
|
||||
versions of tracy to be up-to-date.
|
||||
- Optional high compression (--hc) mode is available that will increase
|
||||
the compression level, at the cost of considerably longer compression
|
||||
time.
|
||||
- Fix regression causing varying size of profiler window for different
|
||||
captures.
|
||||
- Added support for on-demand tracing.
|
||||
|
@ -625,6 +625,10 @@ old.tracy (0.3.0) -> new.tracy (0.4.0)
|
||||
|
||||
The new file contains the same data as the old one, but in the updated internal representation. Note that to perform an upgrade, whole trace needs to be loaded to memory.
|
||||
|
||||
\subsubsection{Archival mode}
|
||||
|
||||
The update utility supports optional higher level of data compression, enabled by passing the \texttt{-{}-hc} parameter. It can reduce the trace size by \numrange{15}{20}\%, at a considerable time cost ($\sim17\times$~increase of compression time).
|
||||
|
||||
\section{Analyzing captured data}
|
||||
\label{analyzingdata}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user