time 1.7-23.1 source package in Ubuntu Linaro Evaluation Build
Changelog
time (1.7-23.1) unstable; urgency=low * Non-maintainer upload. * debian/control: Change Build-Depends on automaken to an alternate dependency automake | automaken (Closes: #592620). -- Artur Rona <email address hidden> Fri, 22 Oct 2010 15:30:06 +0000
Upload details
- Uploaded by:
- Artur Rona
- Uploaded to:
- Natty
- Original maintainer:
- Tollef Fog Heen
- Architectures:
- any
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oneiric based series for Ubuntu LEB | release | universe | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
time_1.7.orig.tar.gz | 100.7 KiB | e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d |
time_1.7-23.1.diff.gz | 88.9 KiB | 198edf4387bf891ad192ed90873b0fdefb3f4b98bd454894d7dd2a411b3488c1 |
time_1.7-23.1.dsc | 1.6 KiB | 8fdcbfde80b8cf67ee2d1a27bc59aec1e804f8724d16e527cb4fbd8e9715f55d |
Available diffs
- diff from 1.7-23ubuntu1 to 1.7-23.1 (760 bytes)
Binary packages built by this source
- time: The GNU time program for measuring cpu resource usage
The `time' command runs another program, then displays information
about the resources used by that program, collected by the system while
the program was running. You can select which information is reported
and the format in which it is shown, or have `time' save the information
in a file instead of display it on the screen.
.
The resources that `time' can report on fall into the general
categories of time, memory, I/O, and IPC calls.
.
The GNU version can format the output in arbitrary ways by using a
printf-style format string to include various resource measurements.