Package: tictoc 1.2.1
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:
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')) |
Bug tracker:https://github.com/jabiru/tictoc/issues
Last updated 8 months agofrom:0ffb229ad8. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | OK | Nov 18 2024 |
R-4.5-linux | OK | Nov 18 2024 |
R-4.4-win | OK | Nov 18 2024 |
R-4.4-mac | OK | Nov 18 2024 |
R-4.3-win | OK | Nov 18 2024 |
R-4.3-mac | OK | Nov 18 2024 |
Exports:as.Stackas.StackListclearfirst_elementlast_elementpoppushshiftsizeStackStackListtictic.cleartic.clearlogtic.logtoctoc.outmsg
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Stack and StackList classes and methods | as.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 |