This package browser is in early development. Mind the rough edges.

multitime

Time command execution over multiple executions

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.

Installation

Install the latest version of multitime as follows:

guix install multitime

Or install a particular version:

guix install multitime@1.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of multitime about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/multitime'><img src='https://packages.guix.gnu.org/packages/multitime/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/multitime/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/multitime)

Example Org:

[[https://packages.guix.gnu.org/packages/multitime][https://packages.guix.gnu.org/packages/multitime/badges/latest-version.svg]]