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.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
Last updated from:0ffb229ad8. Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 134 | ||
| source / vignettes | OK | 160 | ||
| linux-release-x86_64 | OK | 134 | ||
| macos-release-arm64 | OK | 109 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| windows-devel | OK | 113 | ||
| windows-release | OK | 101 | ||
| windows-oldrel | OK | 99 | ||
| wasm-release | OK | 89 |
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 |
