Re: [Monotone-devel] Performance accounting and testing patch

2005-08-12 Thread Matthew Gregan
At 2005-08-09T18:38:10-0700, Eric Anderson wrote: Summary: The attached patch adds in memory usage, copys and malloc accounting to monotone, and a repeatable performance test for evaulating CPU usage, memory usage, copies, and mallocs. Sample output is shown at the bottom after the detailed

Re: [Monotone-devel] Performance accounting and testing patch

2005-08-12 Thread Eric Anderson
Matthew Gregan writes: At 2005-08-09T18:38:10-0700, Eric Anderson wrote: Summary: The attached patch adds in memory usage, copys and malloc accounting to monotone, and a repeatable performance test for evaulating CPU usage, memory usage, copies, and mallocs. Sample output is shown at

Re: [Monotone-devel] Performance accounting and testing patch

2005-08-10 Thread Eric Anderson
Nathaniel pointed out in a separate message a point I don't want to get lost in the discussion of this patch. The accounting stuff is OS specific, it would probably compile but not work on a non-linux Unix platform, and may not compile on Windows. There is probably equivalent functionality on

[Monotone-devel] Performance accounting and testing patch

2005-08-09 Thread Eric Anderson
Summary: The attached patch adds in memory usage, copys and malloc accounting to monotone, and a repeatable performance test for evaulating CPU usage, memory usage, copies, and mallocs. Sample output is shown at the bottom after the detailed discussion. The patch needs to be applied with a -p0 in