collectivemedia/tictoc: Functions for timing R scripts, as well as implementations of Stack and List structures.

This package provides the timing functions 'tic' and 'toc' that can be nested. One can record all timings while a complex script is running, and examine the values later. It is also possible to instrument the timing calls with custom callbacks. In addition, this package provides class 'Stack', implemented as a vector, and class 'List', implemented as a list, both of which support operations 'push', 'pop', 'first', 'last' and 'clear'.

Getting started

Package details

AuthorSergei Izrailev
MaintainerSergei Izrailev <sizrailev@collective.com>
LicenseApache License (== 2.0) | file LICENSE
Version1.0
URL http://github.com/collectivemedia/tictoc
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("collectivemedia/tictoc")
collectivemedia/tictoc documentation built on May 13, 2019, 9:54 p.m.