export(autoplot.microbenchmark)
export(microbenchmark)
export(microtiming_precision)
importFrom(graphics,boxplot)
S3method(boxplot,microbenchmark)
S3method(print,microbenchmark)
S3method(summary,microbenchmark)
useDynLib(microbenchmark,do_microtiming_precision)
useDynLib(microbenchmark,do_microtiming)
