Package: tictoc 1.2.1

Sergei Izrailev

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'.

Authors:Sergei Izrailev

tictoc_1.2.1.tar.gz
tictoc_1.2.1.zip(r-4.7)tictoc_1.2.1.zip(r-4.6)tictoc_1.2.1.zip(r-4.5)
tictoc_1.2.1.tgz(r-4.6-any)tictoc_1.2.1.tgz(r-4.5-any)
tictoc_1.2.1.tar.gz(r-4.7-any)tictoc_1.2.1.tar.gz(r-4.6-any)
tictoc_1.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
tictoc/json (API)
NEWS

# Install 'tictoc' in R:
install.packages('tictoc', repos = c('https://ar-puuk.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jabiru/tictoc/issues

On CRAN:

Conda:

10.63 score 11 stars 54 packages 13k scripts 19k downloads 2 mentions 17 exports 0 dependencies

Last updated from:0ffb229ad8. Checks:9 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK134
source / vignettesOK160
linux-release-x86_64OK134
macos-release-arm64OK109
macos-oldrel-arm64OK96
windows-develOK113
windows-releaseOK101
windows-oldrelOK99
wasm-releaseOK89

Exports:as.Stackas.StackListclearfirst_elementlast_elementpoppushshiftsizeStackStackListtictic.cleartic.clearlogtic.logtoctoc.outmsg

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Stack and StackList classes and methodsas.Stack as.Stack.default as.StackList as.StackList.default clear clear.default first_element first_element.default last_element last_element.default pop pop.default push push.default shift shift.default size size.default Stack Stack and StackList StackList
Timing utilities.tic tic.clear tic.clearlog tic.log toc toc.outmsg
Package tictoc.tictoc