print.benchmark {butler} | R Documentation |
Print nicely formatted benchmark results
print.benchmark(x, type="total", ...)
x |
benchmark object to display |
type |
time to display (one of system, user or total) |
... |
required to match generic |
Hadley Wickham <h.wickham@gmail.com>