print.microbenchmark {microbenchmark}R Documentation

Print microbenchmark timings.

Description

The available units are nanoseconds ("ns"), microseconds ("us"), milliseconds ("ms"), seconds ("s") and evaluations per seconds ("eps") and relative runtime compared to the best median time ("relative").

Usage

  ## S3 method for class 'microbenchmark'
 print(x, unit, order = NULL,
    ...)

Arguments

x

An object of class microbenchmark.

unit

What unit to print the timings in.

order

If present, order results according to this column of the output.

...

Passed to print.data.frame

Author(s)

Olaf Mersmann olafm@p-value.net

See Also

boxplot.microbenchmark for a plot method.


[Package microbenchmark version 1.3-0 Index]