On Mon, 3 Dec 2007, Brian Shire wrote:

> On Dec 3, 2007, at 2:17 PM, Stanislav Malyshev wrote:
> 
> > > I am a developer on a CMS also which uses the auto-include 
> > > functionality to include many classes over many files. Each 
> > > request can include up to 30 different files.  The speed increase 
> > > is around the 15% mark when combining the files.  This is with APC 
> > > installed too.
> > 
> > Can you provide some benchmark setups that this could be researched 
> > - i.e. describe what was benchmarked and how to reproduce it?
> 
> I've seen this come up before internally at Facebook.  Many people do 
> a microtime() test within there code and consider this a definitive 
> benchmark of how fast there script runs.  Unfortunately this excludes 
> a lot of work that's done prior to execution.

FWIW: Xdebug's xdebug_time_index() function does not have this issue, as 
it starts in RINIT.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to