Re: Subverion Performance Tests
From: <kbrannen_at_gte.net>
Date: 2002-11-13 05:17:40 CET
Brandon Ehle wrote:
If you know where the process ends, add in code like:
system("ps -auxww > /tmp/ps.out");
just before it exits and look at the VSZ and RSS columns for your process in
The only other way I can quickly think of is to open up the correct file in
There's a function called getrusage() that might work for you, but I've never
HTH,
---------------------------------------------------------------------
|
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.