mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Add AVX2 ETC1 timings to the manual.
This commit is contained in:
parent
9ef128995a
commit
5470dae120
@ -437,7 +437,8 @@ To further reduce image data size, frame images are internally compressed using
|
||||
\begin{tabular}[h]{c|c|c|c}
|
||||
\textbf{Implementation} & \textbf{Required define} & \textbf{V-sync on (cold cache)} & \textbf{V-sync off (hot cache)} \\ \hline
|
||||
Reference & --- & 1.45 \si{\milli\second} & 778 \si{\micro\second} \\
|
||||
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 423 \si{\micro\second} & 245 \si{\micro\second}
|
||||
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 423 \si{\micro\second} & 245 \si{\micro\second} \\
|
||||
x86 AVX2 & \texttt{\_\_AVX2\_\_} & 228 \si{\micro\second} & 142 \si{\micro\second}
|
||||
\end{tabular}
|
||||
\caption{Compression time of $320\times180$ image on i7 8700K}
|
||||
\label{EtcSimd}
|
||||
|
Loading…
Reference in New Issue
Block a user