File: control

package info (click to toggle)
time 1.9-0.2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,876 kB
  • sloc: ansic: 10,793; sh: 5,505; makefile: 63
file content (24 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: time
Section: utils
Priority: standard
Maintainer: Bob Proulx <bob@proulx.com>
Homepage: https://www.gnu.org/software/time
Standards-Version: 4.5.1
Build-Depends: debhelper (>= 12), texinfo, automake | automaken, autoconf

Package: time
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.