Crandore Hub

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

Versions across snapshots

VersionRepositoryFileSize
1.2.1 rolling linux/jammy R-4.5 tictoc_1.2.1.tar.gz 542.3 KiB
1.2.1 rolling linux/noble R-4.5 tictoc_1.2.1.tar.gz 541.8 KiB
1.2.1 rolling source/ R- tictoc_1.2.1.tar.gz 517.4 KiB
1.2.1 latest linux/jammy R-4.5 tictoc_1.2.1.tar.gz 542.3 KiB
1.2.1 latest linux/noble R-4.5 tictoc_1.2.1.tar.gz 541.8 KiB
1.2.1 latest source/ R- tictoc_1.2.1.tar.gz 517.4 KiB
1.2.1 2026-04-26 source/ R- tictoc_1.2.1.tar.gz 517.4 KiB
1.2.1 2026-04-23 source/ R- tictoc_1.2.1.tar.gz 517.4 KiB
1.2.1 2026-04-09 windows/windows R-4.5 tictoc_1.2.1.zip 545.0 KiB
1.2.1 2025-04-20 source/ R- tictoc_1.2.1.tar.gz 517.4 KiB

Dependencies (latest)

Depends

Suggests