Hello all, I would like to know how others test their programs for efficiency for their use of memory and processor time, etc.
I am not aware of any other ways of actually knowing if a program is running at it's optimized potential. The only thing I've used to date is the Benchmark module to time how long certain parts take and how long the script in general takes to run. I'm asking this because I have a script that is making a system call to do something and then I have a solution that doesn't use a system call to complete the same task and I would like to prove that it runs not only faster, but better. Any help is appreciated, Kevin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]