Skip to content
Prev 276556 / 398506 Next

How much time a process need?

Alaios:

Generally I would think you would look at the elapsed field (at least
I do): consider the example you ran to give that data. Did it take
about half a second or a minute?

Gabor showed this example once to illustrate the difference:

system.time(Sys.sleep(20))

Michael

PS -- If you really want to dig into this, try this set of tools:
https://code.google.com/p/rbenchmark/
On Mon, Nov 7, 2011 at 8:40 AM, Joshua Wiley <jwiley.psych at gmail.com> wrote: