macOS
brew install multitimelocal Homebrew formula metadata
brew
Time command execution over multiple executions. Version 1.5 via Homebrew; verified from local package data.
install
brew install multitimelocal Homebrew formula metadata
nix profile install nixpkgs#multitimenixpkgs package indexes · pkgs/by-name/mu/multitime/package.nix · source: api.github.com
sudo apt install multitimeUbuntu 24.04 LTS package indexes · multitime · source: archive.ubuntu.com
overview
Time command execution over multiple executions
history
multitime is Laurence Tratt's small benchmarking utility that extends Unix `time` by running a command repeatedly and reporting summary statistics. Tratt's overview starts from a common problem with one-shot timing: caches, background load, CPU and I/O scheduling, and user cherry-picking can make a single `time` result misleading. multitime answers that with repeated runs and output that includes means, standard deviations, minimums, medians, and maximums.
The tool is intentionally narrow. It times external commands rather than becoming a language-specific profiler, and it includes options for controlling standard input and output across runs. Its man page also documents batch files for comparing different commands by randomly interleaving executions, which spreads machine noise more evenly across alternatives. That makes it a useful command-line companion for compiler, shell, and systems experiments where the benchmark is already expressible as a command.
Its package-manager niche is a lightweight developer and research tool: smaller than benchmarking harnesses, more statistically honest than running `time` by hand several times, and easy to install through Homebrew, Nix, and Debian/Ubuntu-style packages.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
multitime | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ltratt/multitime
install metadata
| Package key | brew:multitime |
|---|---|
| Version | 1.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/multitime |
| Homepage | https://tratt.net/laurie/src/multitime/ |
| Repository | https://github.com/ltratt/multitime |
| Upstream docs | https://tratt.net/laurie/src/multitime |
| License | MIT |
| Source archive | https://github.com/ltratt/multitime/archive/refs/tags/multitime-1.5.tar.gz |
| Build dependencies | autoconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | multitime |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
multitime
nix profile install nixpkgs#multitimemultitime 1.4-2
time-like tool which does multiple runs
https://tratt.net/laurie/src/multitime/
sudo apt install multitimesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.