CMD + K

r-tictoc

Anaconda Verified

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

Installation

To install this package, run one of the following:

Conda
$conda install r::r-tictoc

Usage Tracking

1.2
1.0.1
1.0
3 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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

Last Updated

Jan 16, 2024 at 22:39

License

Apache License (== 2.0) | file LICENSE

Total Downloads

1.4K

Supported Platforms

noarch