Rdocumentation
powered by
Learn R Programming
timeit (version 0.2.1)
Easy profiling of R functions
Description
Provides an easy-to-use wrapper to Rprof() and summaryRprof() in the profiling of both function calls and whole blocks of code.
Copy Link
Link to current version
Version
Version
0.2.1
0.2.0
0.1.0
Install
install.packages('timeit')
Monthly Downloads
40
Version
0.2.1
License
GPL (>= 2)
Maintainer
Kevin Ushey
Last Published
February 4th, 2013
Functions in timeit (0.2.1)
Search all functions
determine_replications
Replication Helper
mean.timeit
Calculate the mean of a 'timeit' Object
timeit
Profile a Function Call
plot.timeit
Plot a 'timeit' Object
do_timeit
Profile a Function Call
summary.timeit
Summarize an 'timeit' Object