README
1`time' is a program that measures many of the CPU resources, such as
2time and memory, that other programs use. The GNU version can format
3the output in arbitrary ways by using a printf-style format string to
4include various resource measurements. Some systems do not provide
5much information about program resource use; `time' reports
6unavailable information as zero values.
7
8See the file INSTALL for compilation and installation instructions.
9
10Mail suggestions and bug reports for GNU time to
11bug-time@gnu.org. Please include the version of
12`time', which you can get by running `time --version', and the
13operating system and C compiler you used.
14