drawde83 has asked for the wisdom of the Perl Monks concerning the following question:
I'm playing around with the benchmark module and I found out that the data is stored like so
($real, $user, $system, $children_user, $children_system, $iters)My question is how do I get at these variables?
I could use timestr but I actually want to perform some calculations on the data rather than display it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getting at benchmarking data
by GrandFather (Saint) on Jun 23, 2006 at 22:47 UTC | |
|
Re: getting at benchmarking data
by shmem (Chancellor) on Jun 23, 2006 at 22:55 UTC |