From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21616 invoked by alias); 10 Mar 2011 22:51:42 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 21599 invoked by uid 22791); 10 Mar 2011 22:51:40 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4D7955F4.90102@redhat.com> Date: Thu, 10 Mar 2011 22:51:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: archer@sourceware.org Subject: Re: Expression Parser Plug-In Available References: <4D79389C.7050500@redhat.com> In-Reply-To: <4D79389C.7050500@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2011-q1/txt/msg00124.txt.bz2 On 03/10/2011 12:46 PM, Keith Seitz wrote: > The plug-in measures time from the end of plug-in initialization to the > outputting of the parse tree. I'll investigate further. Turns out I was simply abusing libiberty. I've committed a serious of fixes to clean this up. It will now properly report an approximate elapsed time. Keith