All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Align numbers in Performance of Mechanisms table in qqz
@ 2016-06-10 23:09 Akira Yokosawa
  2016-06-10 23:28 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-06-10 23:09 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

From c40b0d66448dd0065130a5042e2c42cb8b68258f Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Fri, 10 Jun 2016 20:45:50 +0900
Subject: [PATCH] Align numbers in Performance of Mechanisms table in qqz

This commit does the same tweaks to the table in qqz as commit
b17af1e7c121 ("Align numbers in Performance of Mechanisms table").

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 cpu/overheads.tex | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/cpu/overheads.tex b/cpu/overheads.tex
index 7d33c48..311c43e 100644
--- a/cpu/overheads.tex
+++ b/cpu/overheads.tex
@@ -224,9 +224,11 @@ global agreement.
 	\hline
 	CAS cache miss		&          95.9	&         266.4 \\
 	\hline
-	Comms Fabric		&       4,500	&       7,500 \\
+	Comms Fabric		&       4,500\textcolor{white}{.0}
+						&	7,500\textcolor{white}{.0} \\
 	\hline
-	Global Comms		& 195,000,000	& 324,000,000 \\
+	Global Comms		& 195,000,000\textcolor{white}{.0}
+						& 324,000,000\textcolor{white}{.0} \\
 \end{tabular}
 \caption{Performance of Synchronization Mechanisms on 16-CPU 2.8GHz Intel X5550 (Nehalem) System}
 \label{tab:cpu:Performance of Synchronization Mechanisms on 16-CPU 2.8GHz Intel X5550 (Nehalem) System}
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Align numbers in Performance of Mechanisms table in qqz
  2016-06-10 23:09 [PATCH] Align numbers in Performance of Mechanisms table in qqz Akira Yokosawa
@ 2016-06-10 23:28 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-06-10 23:28 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Sat, Jun 11, 2016 at 08:09:59AM +0900, Akira Yokosawa wrote:
> >From c40b0d66448dd0065130a5042e2c42cb8b68258f Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Fri, 10 Jun 2016 20:45:50 +0900
> Subject: [PATCH] Align numbers in Performance of Mechanisms table in qqz
> 
> This commit does the same tweaks to the table in qqz as commit
> b17af1e7c121 ("Align numbers in Performance of Mechanisms table").
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Good catch!  Queued and pushed, thank you!

							Thanx, Paul

> ---
>  cpu/overheads.tex | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/cpu/overheads.tex b/cpu/overheads.tex
> index 7d33c48..311c43e 100644
> --- a/cpu/overheads.tex
> +++ b/cpu/overheads.tex
> @@ -224,9 +224,11 @@ global agreement.
>  	\hline
>  	CAS cache miss		&          95.9	&         266.4 \\
>  	\hline
> -	Comms Fabric		&       4,500	&       7,500 \\
> +	Comms Fabric		&       4,500\textcolor{white}{.0}
> +						&	7,500\textcolor{white}{.0} \\
>  	\hline
> -	Global Comms		& 195,000,000	& 324,000,000 \\
> +	Global Comms		& 195,000,000\textcolor{white}{.0}
> +						& 324,000,000\textcolor{white}{.0} \\
>  \end{tabular}
>  \caption{Performance of Synchronization Mechanisms on 16-CPU 2.8GHz Intel X5550 (Nehalem) System}
>  \label{tab:cpu:Performance of Synchronization Mechanisms on 16-CPU 2.8GHz Intel X5550 (Nehalem) System}
> -- 
> 1.9.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-10 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 23:09 [PATCH] Align numbers in Performance of Mechanisms table in qqz Akira Yokosawa
2016-06-10 23:28 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.