From 3c6a06f97ee1f027a1f67ccddb8b4c121b446561 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 6 May 2021 18:29:22 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index f010a81d..9319074b 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -3379,6 +3379,14 @@ You can customize the output with the following command line options: Tracy can import data generated by other profilers. This external data cannot be directly loaded, but must be converted first. Currently there's only support for converting chrome:tracing data, through the \texttt{import-chrome} utility. +\begin{bclogo}[ +noborder=true, +couleur=black!5, +logo=\bclampe +]{Compressed traces} +Tracy can import traces compressed with the Zstandard algorithm (for example, using the \texttt{zstd} command-line utility). Traces ending with \texttt{.zst} extension are assumed to be compressed. +\end{bclogo} + \begin{bclogo}[ noborder=true, couleur=black!5,