From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:35286 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbdKDEka (ORCPT ); Sat, 4 Nov 2017 00:40:30 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vA44d4g5115931 for ; Sat, 4 Nov 2017 00:40:29 -0400 Received: from e16.ny.us.ibm.com (e16.ny.us.ibm.com [129.33.205.206]) by mx0a-001b2d01.pphosted.com with ESMTP id 2e144q5cbr-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sat, 04 Nov 2017 00:40:29 -0400 Received: from localhost by e16.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 4 Nov 2017 00:40:28 -0400 Date: Fri, 3 Nov 2017 21:40:25 -0700 From: "Paul E. McKenney" Subject: Re: [PATCH 2/3] cpu/overheads: Don't break just after nn-mm Reply-To: paulmck@linux.vnet.ibm.com References: <2495dd31-1b4c-99e2-46aa-dc55671007ff@gmail.com> <479e6ed4-b56d-a9d8-3f98-28439201a348@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <479e6ed4-b56d-a9d8-3f98-28439201a348@gmail.com> Message-Id: <20171104044025.GU3624@linux.vnet.ibm.com> Sender: perfbook-owner@vger.kernel.org List-ID: To: Akira Yokosawa Cc: perfbook@vger.kernel.org On Sat, Nov 04, 2017 at 10:40:40AM +0900, Akira Yokosawa wrote: > >From 96995ec9781970d633f554579465e9f053ec316a Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa > Date: Sat, 4 Nov 2017 07:44:36 +0900 > Subject: [PATCH 2/3] cpu/overheads: Don't break just after nn-mm > > Signed-off-by: Akira Yokosawa You lost me with this one. Shouldn't there be a non-breaking space between the "350-500" and the "sheets"? Or is there some magic here that I am missing? Thanx, Paul > --- > cpu/overheads.tex | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/cpu/overheads.tex b/cpu/overheads.tex > index bd4c814..366b071 100644 > --- a/cpu/overheads.tex > +++ b/cpu/overheads.tex > @@ -290,8 +290,8 @@ cycles, as shown in the ``Global Comms'' row. > How can I possibly get my head around them? > \QuickQuizAnswer{ > Get a roll of toilet paper. > - In the USA, each roll will normally have somewhere around 350-500 > - sheets. > + In the USA, each roll will normally have somewhere around > + 350-500 sheets. > Tear off one sheet to represent a single clock cycle, setting it aside. > Now unroll the rest of the roll. > > -- > 2.7.4 > >