Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 6531 invoked from network); 27 Jun 2005 14:42:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2005 14:42:38 -0000 Received: (qmail 81863 invoked by uid 500); 27 Jun 2005 14:42:26 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 81825 invoked by uid 500); 27 Jun 2005 14:42:26 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 81810 invoked by uid 99); 27 Jun 2005 14:42:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 07:42:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.156.183.195] (HELO gate2.seeburger.de) (62.156.183.195) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 07:42:25 -0700 Received: from (SEEDEBREXCHCL.seeburger.de) [10.0.0.9] by gate2.seeburger.de with esmtp (Exim 3.22 #1 (Debian)) id 1DmuoX-0003PM-00; Mon, 27 Jun 2005 16:42:21 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse) Date: Mon, 27 Jun 2005 16:41:56 +0200 Message-ID: <761E4BE8F2661749BF0922125848D036126082@SEEDEBREXCHCL.seeburger.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [[**SPAM**]] - RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse) - Bayesian Filter detected spam thread-index: AcV7JKfd40fhGoYCT8qHEF7VPHVvrAAAINSQ From: =?iso-8859-1?Q?Poll=E4hne=2E_Ullrich?= To: "Ant Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dominique, > -----Original Message----- > From: Dominique Devienne [mailto:ddevienne@gmail.com] > Sent: Monday, June 27, 2005 4:29 PM > To: 'Ant Users List' > Cc: 'Ant Developers List' > Subject: [[**SPAM**]] - RE: Performance difference between 1.6.1 and > 1.6.4 (in eclipse) - Bayesian Filter detected spam >=20 >=20 > Ullrich was kind enough to provide me data gathered by > my own performance listener, which shows timings for > tasks as well as targets: >=20 > Timing by tasks in Ant 1.6.2: in Ant 1.6.5 > ----------- ------ ------ ---------- ----------- ------ > 19.578,0 ms 175,2% 24x antcall 62.235,0 ms 189,0% > 5.638,0 ms 50,5% 434x see.get 6.308,0 ms 19,2% > 1.957,0 ms 17,5% 25x import 14.238,0 ms 43,2% > 1.269,0 ms 11,4% 15131x property 11.775,0 ms 35,8% > 563,0 ms 5,0% 43x delete 608,0 ms 1,8% > 93,0 ms 0,8% 101x dirname 221,0 ms 0,7% > 47,0 ms 0,4% 1x tstamp 47,0 ms 0,1% > 30,0 ms 0,3% 25x presetdef 16,0 ms 0,0% > 15,0 ms 0,1% 430x basename 453,0 ms 1,4% > 0,0 ms 0,0% 78x mkdir 64,0 ms 0,2% >=20 > 11.172,0 ms 100,0% 1x TOTAL 32.922,0 ms 100,0% >=20 > So this data seems to indicate a significant slow down of > and more than . The combined > slow down of these 2 tasks amounts to 23.2 seconds which > is pretty much the whole slow down. 's own perf > data is masked by that of the nested tasks, but most > likely peanuts. >=20 > Does anybody have any clue to why these two tasks got so > much slower in between patch releases? The slow down of > is more dramatic than , since for > 25 calls 'only'. >=20 > 15K calls might be unusual a bit, but still. >=20 > Thanks, --DD >=20 > PS: the 9,987.65 are for a German locale, reverse of US convention. > PPS: Percentages go above 100% because consider nested tasks too. > PPPS: the task execution count was identical in 1.6.5 (not shown) And always keep in mind that the import in my case imports a script that contains 510 definitions (I had not counted them until now). Since the creates a new project which s anew this means that 12750 of the 15131 calls are from the imported = script. Looking at the source of the property task of 1.6.2 and 1.6.5 shows no difference between the two. So the reason for the slowdown seems to be more deeply hidden. Ullrich. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org