From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59578 invoked by alias); 25 Jul 2015 00:46:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 59567 invoked by uid 89); 25 Jul 2015 00:46:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f175.google.com Received: from mail-yk0-f175.google.com (HELO mail-yk0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 25 Jul 2015 00:46:39 +0000 Received: by ykay190 with SMTP id y190so32132385yka.3 for ; Fri, 24 Jul 2015 17:46:37 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.13.237.1 with SMTP id w1mr17792128ywe.132.1437785197375; Fri, 24 Jul 2015 17:46:37 -0700 (PDT) Received: by 10.13.233.198 with HTTP; Fri, 24 Jul 2015 17:46:37 -0700 (PDT) In-Reply-To: <089e0153840a1ef3d3051b62cbdb@google.com> References: <089e0153840a1ef3d3051b62cbdb@google.com> Date: Sat, 25 Jul 2015 00:46:00 -0000 Message-ID: Subject: Re: [PATCH 4/8] gen-pert-test: measure logging From: Doug Evans To: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00736.txt.bz2 On Tue, Jul 21, 2015 at 6:40 AM, Doug Evans wrote: > Hi. > Hopefully my connection will be stable enough to let me complete > sending out this series. > > This patch just adds some logging when recording perf data. > We report the resulting average, but sometimes it's useful to > see the individual numbers. > > 2015-07-20 Doug Evans > > * gdb.perf/lib/perftest/measure.py (MeasurementCpuTime::stop): Print > result. > (MeasurementWallTime::stop): Ditto. > (MeasurementVmSizeTime::stop): Ditto. Hi. I checked this in, but obviously missed the regression it caused, so I've reverted it. I'll submit a different patch in time.