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.5)tictoc_1.2.1.zip(r-4.4)tictoc_1.2.1.zip(r-4.3)
tictoc_1.2.1.tgz(r-4.4-any)tictoc_1.2.1.tgz(r-4.3-any)
tictoc_1.2.1.tar.gz(r-4.5-noble)tictoc_1.2.1.tar.gz(r-4.4-noble)
tictoc_1.2.1.tgz(r-4.4-emscripten)tictoc_1.2.1.tgz(r-4.3-emscripten)
tictoc.pdf |tictoc.html
tictoc/json (API)
NEWS

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

Peer review:

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

On CRAN:

17 exports 7 stars 4.78 score 0 dependencies 39 dependents 2 mentions 8.5k scripts 16.6k downloads

Last updated 6 months agofrom:0ffb229ad8. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 28 2024
R-4.5-winOKAug 28 2024
R-4.5-linuxOKAug 28 2024
R-4.4-winOKAug 28 2024
R-4.4-macOKAug 28 2024
R-4.3-winOKAug 28 2024
R-4.3-macOKAug 28 2024

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