File: NAMESPACE

package info (click to toggle)
r-cran-microbenchmark 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: ansic: 257; makefile: 2; sh: 1
file content (21 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
S3method(boxplot,microbenchmark)
S3method(print,microbenchmark)
S3method(rbind,microbenchmark)
S3method(summary,microbenchmark)

if (getRversion() >= "3.6.0") {
  S3method(ggplot2::autoplot, microbenchmark)
}

export(get_nanotime)
export(microbenchmark)
export(microtiming_precision)

importFrom(graphics,boxplot)
importFrom(stats,aggregate)
importFrom(stats,fivenum)
importFrom(stats,lm)

useDynLib(microbenchmark,do_get_nanotime)
useDynLib(microbenchmark,do_microtiming)
useDynLib(microbenchmark,do_microtiming_precision)