Language

Package: multitime @ 1.4

Synopsis

Time command execution over multiple executions

Description

The time utility is a simple and often effective way of measuring how long a command takes to run (wall time). Unfortunately, running a command once can give misleading timings. multitime is, in essence, a simple extension to time which runs a command multiple times and prints the timing means, standard deviations, mins, medians, and maxes having done so. This can give a much better understanding of the command's performance.

Home page
https://tratt.net/laurie/src/multitime/
Location
gnu/packages/benchmark.scm (line: 189, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings