The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
time1. The GNU time command. 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. From Debian 3.0r0 APT 2. The GNU time utility runs another program, collects information about the resources used by that program while it is running and displays the results. Time can help developers optimize their programs. 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. From Mandrake 9.0 RPM 3. get time in seconds From whatis |
|
|