Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 6 of 6 found.
[1] < 1 > [1]  Sort:

timeit (Package: timeit) : Profile a Function Call

This is a wrapper to Rprof that cleans up some of the profile hand-holding and provides easier usage. This allows you to profile either a single function call, or a whole block. Evaluation can be run multiple times in order to assess variability in the timings of each function call.
● Data Source: CranContrib
● Keywords:
● Alias: timeit
● 0 images

summary.timeit (Package: timeit) : Summarize an 'timeit' Object

This function generates some summary statistics for a timeit object.
● Data Source: CranContrib
● Keywords:
● Alias: summary.timeit
● 0 images

plot.timeit (Package: timeit) : Plot a 'timeit' Object

This generates a boxplot of the timing output for a timeit object.
● Data Source: CranContrib
● Keywords:
● Alias: plot.timeit
● 0 images

mean.timeit (Package: timeit) : Calculate the mean of a 'timeit' Object

This function calculates the mean running time of each function call.
● Data Source: CranContrib
● Keywords:
● Alias: mean.timeit
● 0 images

do_timeit (Package: timeit) : Profile a Function Call

This is the workhorse function called by timeit, and is primarily meant to be called through timeit. However, if you desire a more direct wrapper to Rprof then this can be useful.
● Data Source: CranContrib
● Keywords:
● Alias: do_timeit
● 0 images

determine_replications (Package: timeit) : Replication Helper

This function is used to infer an appropriate number of replications in timeit.
● Data Source: CranContrib
● Keywords:
● Alias: determine_replications
● 0 images