time-to-botec/js/node_modules/@stdlib/utils/timeit/docs/usage.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

15 lines
495 B
Plaintext

Usage: timeit [options] [<code>]
Options:
-h, --help Print this message.
-V, --version Print the package version.
--iterations iter Number of iterations.
--repeats repeats Number of repeats. Default: 3.
--before setup Setup code.
--after cleanup Cleanup code.
--async Time asynchronous code.
--format fmt Output format: pretty, csv, json. Default: pretty.