
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Clocky is a pseudo-port of GNU Time, written in Python. The output generally looks like time
.
Certain format codes may not work exactly like they do in GNU time
.
This will install the clocky cli:
pip install clocky
Clocky can be run via clocky
or python -m clocky
usage: clocky [-h] [-p] [-o OUTPUT] [-f FORMAT] [-a] [-v] [-q] [-V] [-g] ...
A pseudo-port of GNU time to Python. You can look at the man page of time to
get some info about the args here. Certain format codes are not supported and
will return a ? in place of an actual value.
positional arguments:
cmd The command to time.
options:
-h, --help show this help message and exit
-p Use the portable output format.
-o OUTPUT, --output OUTPUT
Do not send the results to stderr, but overwrite the
specified file.
-f FORMAT, --format FORMAT
Specify output format, possibly overriding the format
specified in the environment variable TIME.
-a, --append (Used together with -o.) Do not overwrite but append.
-v, --verbose Give very verbose output about all the program knows
about.
-q, --quiet Don't report abnormal program termination (where
command is terminated by a signal) or nonzero exit
status.
-V, --version Print version information on standard output, then
exit successfully.
-g A clocky-specific extension. When set, tries to act
similar to gnu time in terms of output. Otherwise by
default (without -f) clocky acts like bash's time
command.
Clocky can be used to time function execution (just like the time command):
> clocky echo "Hello World"
Hello World
real 0m0.007s
user 0m0.000s
sys 0m0.000s
FAQs
Unknown package
We found that clocky demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.