Description Usage Arguments Value Author(s) See Also Examples
This method computes aggregated statistics (quantiles, means and sums) for each expression.
1 2 |
object |
An object of class |
relative |
Character. The name or index of the column whose values will be used to compute relative timings. |
... |
Not currently used. |
The method returns a data.frame
with additional attributes,
which contains these columns:
expr |
The deparsed expression as passed to
|
n.eval |
Number of successful measurements. |
min |
Minimal timing measurement for this expression. |
lw.qu |
First quartile of measurements for this expression. |
mean |
Sample mean of measurements for this expression. |
median |
Sample median of measurements for this expression. |
up.qu |
Third quartile of measurements for this expression. |
max |
Maximal timing measurement for this expression. |
total |
Total (summed) measured time for this expression. |
relative |
Relative difference across expressions compared to a minimal
value in the column, specified by the argument |
Additional attributes:
units |
Units for time intervals. |
Artem Klevtsov a.a.klevtsov@gmail.com
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.