Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52326 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29012 invoked from network); 11 May 2011 21:53:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2011 21:53:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.vanriel@naenius.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.vanriel@naenius.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain naenius.com designates 83.96.159.14 as permitted sender) X-PHP-List-Original-Sender: mike.vanriel@naenius.com X-Host-Fingerprint: 83.96.159.14 linux35.webawere.nl Linux 2.6 Received: from [83.96.159.14] ([83.96.159.14:45977] helo=linux35.webawere.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/47-25254-0650BCD4 for ; Wed, 11 May 2011 17:53:37 -0400 Received: from 546b6bd8.cm-12-4b.dynamic.ziggo.nl ([84.107.107.216] helo=[192.168.1.109]) by linux35.webawere.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QKHLY-0000QF-9c for internals@lists.php.net; Wed, 11 May 2011 23:53:32 +0200 Message-ID: <4DCB055C.1060804@naenius.com> Date: Wed, 11 May 2011 23:53:32 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: internals@lists.php.net References: <4DC8D122.3050507@lsces.co.uk> <4DC8F125.2010503@toolpark.com> <4DC8FB1A.7040206@lerdorf.com> <4DC98100.6080806@oracle.com> <4DC9827B.6080409@lsces.co.uk> <4DCA82B5.3080401@naenius.com> <4DCA8CC1.6080300@lsces.co.uk> <4DCA8EBD.6080709@naenius.com> <4DCA9644.70407@lsces.co.uk> <06.DC.45512.12CAACD4@pb1.pair.com> <4DCAF92B.3010104@php.net> <4DCAFA1B.5060500@php.net> In-Reply-To: <4DCAFA1B.5060500@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Seems clean. You should still use an Antivirus Scanner Subject: Re: [PHP-DEV] annotations again From: mike.vanriel@naenius.com (Mike van Riel) On 05/11/2011 11:05 PM, Sebastian Bergmann wrote: > On 05/11/2011 11:01 PM, Sebastian Bergmann wrote: >> phpdox generates documentation for Zend Framework in less than two >> minutes using less than 50 megabytes of memory ;-) > > I forgot to mention that the above is for a run without an existing > cache. With an existing cache it is 5 seconds and 5 megabytes. > It's good to hear that Arne is making such fine progress; those are nice stats. Is this including or excluding transforming the reflector output to a full documentation site? (Perhaps best to answer off-group to reduce off-topic 'chatter'?) Allow me to showcase more detailed stats of my own for completeness (then I will stop going off-topic unless requested ;)): A full parse including the generation of a full website takes 9.2 minutes and 44.8M RAM. An incremental parse (which you call cache?) takes 3.3 minutes and 42.51M RAM. -- Mike van Riel