elapsedProcTime | R Documentation |
A utility to describe elapsed processing time in a 'units centric' way.
elapsedProcTime(t1, t2, N = 1, what = "Read")
t1 , t2 |
the start and finish time objects, as returned by |
N |
integer specifying how many |
what |
character string label for the type of item processed. Used to label the output |
A list of length 4, giving the elasped time in various ways:
Total.Elapsed.Time |
Elapsed time. See |
Computation.Time |
Total processor time. Can be greater than elapsed time when using more than one processor. |
Time.per.'what' |
Total processor time divided by 'N' |
Raw.Seconds |
Elapsed 'Wall time' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.