[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Streamy FS writes found detrimental.

From: Zack Weinberg <zack_at_codesourcery.com>
Date: 2002-02-26 21:37:00 CET

On Tue, Feb 26, 2002 at 01:14:04PM -0600, Kirby C. Bohling wrote:
> Doesn't gcc have some specific testing done for memory consumption, time
> taken and output code speed/size.

Not automated, unfortunately. There is instrumentation built into the
compiler for time taken and memory consumed, which could be used for
automated tests, but DejaGNU is too inflexible.

Which doesn't in the slightest change the value of what you're
saying. It all sounds like a good idea.

> Having the elapsed time, BDB logs generated, and peak VM required? I
> know how to script up most of the first 2, the third I know how to check
> by hand (automating it would be very handy any ideas there?).

Most memory allocation goes through APR pools, so instrument them
somehow; have a command line switch to dump allocation statistics.

zw

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.