summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <suraia@ikkoku.de>2018-11-22 19:39:51 +0100
committerAdam J. Stewart <ajstewart426@gmail.com>2018-11-22 12:39:51 -0600
commitf7a445e4b06cc4dd867e9729b9ce99e3a9e6794f (patch)
tree898592e21f710cd531452a690e2d3693c213e266 /var
parentffaf617e7404dbb1a3c8952b0d8157b8ec4b6fe0 (diff)
downloadspack-f7a445e4b06cc4dd867e9729b9ce99e3a9e6794f.tar.gz
spack-f7a445e4b06cc4dd867e9729b9ce99e3a9e6794f.tar.bz2
spack-f7a445e4b06cc4dd867e9729b9ce99e3a9e6794f.tar.xz
spack-f7a445e4b06cc4dd867e9729b9ce99e3a9e6794f.zip
multitime: new package (#9929)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/multitime/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/multitime/package.py b/var/spack/repos/builtin/packages/multitime/package.py
new file mode 100644
index 0000000000..abe7a2b713
--- /dev/null
+++ b/var/spack/repos/builtin/packages/multitime/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Multitime(AutotoolsPackage):
+ """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."""
+
+ homepage = "https://tratt.net/laurie/src/multitime/"
+ url = "https://tratt.net/laurie/src/multitime/releases/multitime-1.4.tar.gz"
+
+ version('1.4', sha256='dd85c431c022d0b992f3a8816a1a3dfb414454a229c0ec22514761bf72d3ce47')