determine_unit | R Documentation |
We support the following units of time
Appropriately prefixed time unit.
Evaluations per second / Hertz.
Hertz / evaluations per second.
Kilohertz / 1000s of evaluations per second.
Megahertz / 1000000s of evaluations per second.
Appropriately prefixed frequency unit.
determine_unit(object = NULL, unit = NULL)
object |
A 'microbenchmark' object. |
unit |
A unit of time. See details. |
A matrix containing the converted time values with an
attribute unit
which is a printable name of the unit of
time.
Joshua M. Ulrich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.