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'.
- Version1.2.1
- R versionunknown
- LicenseApache License (== 2.0)
- LicenseLICENSE
- Needs compilation?No
- Last release03/18/2024
Documentation
Team
Sergei Izrailev
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Suggests1 package
- Reverse Depends1 package
- Reverse Imports32 packages
- Reverse Suggests27 packages