Menu

Tree [65992e] master /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2011-07-26 heiner0 heiner0 [e6a172] Added compiler option comments for documentatio...
 Makefile.in 2011-07-26 heiner0 heiner0 [e6a172] Added compiler option comments for documentatio...
 PORTABILITY 2011-07-26 heiner0 heiner0 [346338] List operating sytems and compilers "runtimes" ...
 README 2011-07-21 Heiner Steven Heiner Steven [765747] Removed obsolete CVS ID
 aclocal.m4 2011-07-20 heiner0 heiner0 [efc66f] Initial release 2.1
 config.h.in 2011-07-26 heiner0 heiner0 [ed7e31] do not redefine malloc() to rep_malloc()
 configure 2011-07-26 heiner0 heiner0 [ed7e31] do not redefine malloc() to rep_malloc()
 configure.ac 2011-07-26 heiner0 heiner0 [ed7e31] do not redefine malloc() to rep_malloc()
 depcomp 2011-07-20 heiner0 heiner0 [efc66f] Initial release 2.1
 install-sh 2011-07-20 heiner0 heiner0 [efc66f] Initial release 2.1
 missing 2011-07-20 heiner0 heiner0 [efc66f] Initial release 2.1
 reconf 2011-07-20 heiner0 heiner0 [efc66f] Initial release 2.1
 runtimes.1 2011-07-26 heiner0 heiner0 [fa4d6f] Changed version number from 2.1 to 2.2
 runtimes.c 2011-07-26 heiner0 heiner0 [65992e] o Fixed number formatting errors for output o...
 runtimes.h 2011-07-26 heiner0 heiner0 [f15827] Changed type of pt_sec from time_t to unsigned ...
 timer_getrusage.c 2011-07-26 heiner0 heiner0 [d36d4e] Handle overflow of seconds
 timer_times.c 2011-07-26 heiner0 heiner0 [58f164] Added declarations for timer_* interface functions

Read Me

                 __  _             
  ______ _____  / /_(_)_ _  ___ ___
 / __/ // / _ \/ __/ /  ' \/ -_|_-<
/_/  \_,_/_//_/\__/_/_/_/_/\__/___/

runtimes - run a program multiple times, print statistics

runtimes runs a program multiple times and reports the run time
(real-, user- and system CPU). In addition to the time for each
run it prints total and average run time, together with
variance and standard deviation. The statistical data helps
providing a more reliable average run time, and to find caching
effects.

Heiner Steven
<heiner.steven@odn.de>