timer - bruno-beloff/scs_analysis GitHub Wiki

docs > software repositories > scs_analysis > commands > time


DESCRIPTION

The timer utility is used to report elapsed time for a command line job. To use, it should be threaded into a pipeline, where it passes stdin to stout.

On terminating, the timer utility reports a timedelta to stderr, in the form:

DAYS-HOURS:MINUTES:SECONDS.MILLISECONDS

SYNOPSIS

timer.py

EXAMPLES

csv_reader.py source*.csv | timer.py | csv_writer.py target.csv