source: general/genutils/time.xml@ cbcf148

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cbcf148 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY time-download-http "&gnu-http;/time/time-&time-version;.tar.gz">
8 <!ENTITY time-download-ftp "&gnu-ftp;/time/time-&time-version;.tar.gz">
9 <!ENTITY time-md5sum "d2356e0fe1c0b85285d83c6b2ad51b5f">
10 <!ENTITY time-size "584 KB">
11 <!ENTITY time-buildsize "4.0 MB (with tests)">
12 <!ENTITY time-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="time" xreflabel="time-&time-version;">
16 <?dbhtml filename="time.html"?>
17
18
19 <title>Time-&time-version;</title>
20
21 <indexterm zone="time">
22 <primary sortas="a-time">time</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Time</title>
27
28 <para>
29 The <application>time</application> utility is a program that
30 measures many of the CPU resources, such as time and memory, that
31 other programs use. The GNU version can format the output in
32 arbitrary ways by using a printf-style format string to include
33 various resource measurements.
34 </para>
35 <para>
36 Although the shell has a builtin command providing similar
37 functionalities, this utility is required by the LSB.
38 </para>
39
40 &lfs112_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&time-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&time-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &time-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &time-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &time-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &time-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/time"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Time</title>
83
84 <para>
85 Install <application>Time</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 To test the results, issue: <command>make check</command>.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directory</segtitle>
110
111 <seglistitem>
112 <seg>
113 time
114 </seg>
115 <seg>
116 None
117 </seg>
118 <seg>
119 None
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="time-prog">
130 <term><command>time</command></term>
131 <listitem>
132 <para>
133 reports various statistics about an executed command
134 </para>
135 <indexterm zone="time time-prog">
136 <primary sortas="b-time">time</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140 </variablelist>
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.