Index: trunk/wikistats/lib/TestEzLib.pl |
— | — | @@ -1,14 +1,5 @@ |
2 | 2 | #!/usr/bin/perl
|
3 | 3 |
|
4 | | -# this subroutine takes only one parameter, the process id for
|
5 | | -# which memory usage information is to be returned. If
|
6 | | -# undefined, the current process id is assumed.
|
7 | | -#
|
8 | | -# Returns array of two values, raw process memory size and
|
9 | | -# percentage memory utilisation, in this order. Returns
|
10 | | -# undefined if these values cannot be determined.
|
11 | | -
|
12 | | -
|
13 | 4 | use lib "/home/ezachte/lib" ;
|
14 | 5 | use EzLib ;
|
15 | 6 | $trace_on_exit = $true ;
|