Jakub Narebski [off-list ref] writes:
There is replacement series sent to git mailing list a little while
ago.
Thanks; I've replaced and pushed them out on 'pu' for now. Will hopefully
start merging earlier parts to 'next', but how widely is Hires available?
On Tue, 1 Sep 2009, Junio C Hamano wrote:
Jakub Narebski [off-list ref] writes:
quoted
There is replacement series sent to git mailing list a little while
ago.
Thanks; I've replaced and pushed them out on 'pu' for now. Will hopefully
start merging earlier parts to 'next', but how widely is Hires available?
Well, if someone wants to have _optional_ 'timed' feature, ha/she can
install Time::HiRes module. I think that it is not in Perl core, but
there are RPM and deb packages with Time::HiRes available in extras.
If module is not installed, then only 'timed' feature is not available.
P.S. "Naming is the hardest thing"; should this feature be named 'timed',
or do any of you have some better name for it?
P.P.S. Originally the part about "time to generate page" was for me to be
able to benchmark new code... but then I realized that benchmarking
'blame_incremental' view on single-core computer, where server process
and AJAX-y JavaScript competes for CPU doesn't a good benchmark make.
Still, this part can be useful.
--
Jakub Narebski
Poland
On Tue, Sep 1, 2009 at 12:51 PM, Junio C Hamano wrote:
Jakub Narebski [off-list ref] writes:
quoted
There is replacement series sent to git mailing list a little while
ago.
Thanks; I've replaced and pushed them out on 'pu' for now. Will hopefully
start merging earlier parts to 'next', but how widely is Hires available?
It was added to the Perl core in 5.8. Gitweb already depends on 5.8,
according to http://article.gmane.org/gmane.comp.version-control.git/83339
Peter Harris