tictoc: Functions for Timing R Scripts, as Well as Implementations of "Stack" and "StackList" Structures

Code execution 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 'StackList', which is a stack implemented as a list, both of which support operations 'push', 'pop', 'first_element', 'last_element' and 'clear'.

Getting started

Package details

AuthorSergei Izrailev
MaintainerSergei Izrailev <sizrailev@jabiruventures.com>
LicenseApache License (== 2.0) | file LICENSE
Version1.2
URL https://github.com/jabiru/tictoc
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("tictoc")

Try the tictoc package in your browser

Any scripts or data that you put into this service are public.

tictoc documentation built on April 23, 2023, 9:20 a.m.