[UP]


Manual Reference Pages  - _time (1)

NAME

_time(1f) - [FUNIX] display time used by a command (LICENSE:PD)

CONTENTS

Synopsis
Description
Example
Author
License

SYNOPSIS

time ’commands’

DESCRIPTION

Given a command time it and report all clock and system time used.

Demonstrates the use of the M_stopwatch(3fm) module.

EXAMPLE

Sample usage:

    _time ’hostname;sleep 3;pwd;date’

Typical output:

   buzz
   /home/urbanjs/V600/LIBRARY/libGPF/EXE/FUNIX
   Sun Nov  4 22:11:09 EST 2018
   COMMAND:hostname;sleep 3;pwd;date
     times:
           cpu=    0.03 user=    0.00  sys=    0.03 wall=    3.55

AUTHOR

John S. Urban

LICENSE

Public Domain


_time (1) March 11, 2021
Generated by manServer 1.08 from ca00e9ac-3ee3-44d3-b87e-8216b6a4cfc4 using man macros.