in reply to Re^14: time and mem usage of pgm
in thread time and mem usage of pgm
is mem a variable?
mem is the subroutine in my original response:
sub mem{ `tasklist /nh /fi "PID eq $$"` =~ m[(\S+ K)$] }
but when running the last perl command, I get Error: the search filter cannot be recongnized
Try again: Ie. cut and paste the code from the post above again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^16: time and mem usage of pgm
by carolw (Sexton) on Mar 17, 2015 at 20:22 UTC | |
by BrowserUk (Patriarch) on Mar 17, 2015 at 20:45 UTC |