From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1199 invoked by alias); 21 Aug 2013 15:51:43 -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 1189 invoked by uid 89); 21 Aug 2013 15:51:43 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.2 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 15:51:42 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MRW008001AM7E00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Aug 2013 18:51:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRW008ZW1E35D30@a-mtaout22.012.net.il>; Wed, 21 Aug 2013 18:51:39 +0300 (IDT) Date: Wed, 21 Aug 2013 15:51:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Add possibility to force buffering mode for stdout/stderr In-reply-to: <"001201ce9e80$4b90b3e0$e2b21ba0$@muller"@ics-cnrs.unistra.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ppt7jb2f.fsf@gnu.org> References: <"001201ce9e80$4b90b3e0$e2b21ba0$@muller"@ics-cnrs.unistra.fr> X-SW-Source: 2013-08/txt/msg00599.txt.bz2 > From: "Pierre Muller" > Date: Wed, 21 Aug 2013 17:08:29 +0200 > > This patch add > setvbuf wrapping inside ui_file structure. > > This maintenance feature is > to allow to test the effect of > changing the buffering mode on the testsuite output. > > basically adding > "-ex {maint setvbuf stdout full 1000000}" > or > "-ex {maint setvbuf stdout line 80}" > should allow to test both performance differences > induced by buffering changes and possible regressions > in testsuite results. Thanks. Please also document this command in the manual.