From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751997AbcFUMs3 (ORCPT ); Tue, 21 Jun 2016 08:48:29 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:33909 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751525AbcFUMs1 (ORCPT ); Tue, 21 Jun 2016 08:48:27 -0400 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: heiko.carstens@de.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Tue, 21 Jun 2016 10:59:42 +0200 From: Heiko Carstens To: Vineet Gupta Cc: Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] scripts/bloat-o-meter: fix percent change output References: <1466494811-80382-1-git-send-email-heiko.carstens@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16062108-0020-0000-0000-00000210FC33 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16062108-0021-0000-0000-00003CA1EE5B Message-Id: <20160621085942.GA3781@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-21_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=4 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606210108 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2016 at 08:00:05AM +0000, Vineet Gupta wrote: > Hi Heiko, > > On Tuesday 21 June 2016 01:10 PM, Heiko Carstens wrote: > > commit b21e91c305bc "scripts/bloat-o-meter: print percent change" > > introduced an additional line to the output of the bloat-a-meter > > script which shows the percent change. However it uses integer instead > > of floating point arithmetics. > > > > Let's enforce floating point arithmetics to improve the output (note > > "chg"): > > There's already a (slightly better) patch in flight to same effect: > http://marc.info/?l=linux-kernel&m=146598033302242 Ok thanks, then please ignore my patch.