Re: [PATCH -perfbook 1/2] whymb: Tweak width of Table C.1 for -eb builds
"Paul E. McKenney" <[email protected]> Mon, 5 Aug 2024 21:15:59 -0700
| Newsgroups | org.kernel.vger.perfbook |
|---|---|
| Message-ID | <b04fe27f-5869-4320-bfd8-1f63f4f51b9a@paulmck-laptop> |
On Tue, Aug 06, 2024 at 01:03:12PM +0900, Akira Yokosawa wrote:
> Commit ffdab3a2e986 ("whymb: Show "permissions" misses in C.1")
> made Table C.1 too wide for -eb builds.
>
> Add \ebresizewidth{ ... } around the table.
>
> Signed-off-by: Akira Yokosawa <[email protected]>
Good eyes! Queued, thank you!
Thanx, Paul
> ---
> appendix/whymb/whymemorybarriers.tex | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/appendix/whymb/whymemorybarriers.tex b/appendix/whymb/whymemorybarriers.tex
> index e5b16677..01c6a703 100644
> --- a/appendix/whymb/whymemorybarriers.tex
> +++ b/appendix/whymb/whymemorybarriers.tex
> @@ -562,6 +562,7 @@ are up to date (``V'') or not (``I'').
> \begin{table*}
> \small
> \centering
> +\ebresizewidth{
> \renewcommand*{\arraystretch}{1.2}
> \rowcolors{6}{}{lightgray}
> \begin{tabular}{lclcccccc}
> @@ -602,6 +603,7 @@ are up to date (``V'') or not (``I'').
> & $-$/I & 0/S & 0/S & $-$/I & I & V \\
> \bottomrule
> \end{tabular}
> +}
> \caption{Cache Coherence Example}
> \label{tab:app:whymb:Cache Coherence Example}
> \end{table*}
>
> base-commit: 61d5f16b87eeee8897af56f5e083b464919161f8
> --
> 2.34.1
>