ROUTINE
-------

void ug_cpu_message
 (char * Label)

void ug_cpu_time
 (char * Label,
  INT_ Flag,
  float * CPU_Time)

DESCRIPTION
-----------

Write CPU time since last call to standard output.

INPUT ARGUMENTS
---------------

Label                    : Prefix Text string preceding CPU time output.


ROUTINE
-------

void ug_cpu_time
 (char * Label,
  INT_ Flag,
  float * CPU_Time)

DESCRIPTION
-----------

Get CPU time since last call.

INPUT ARGUMENTS
---------------

Flag                     : Task Flag.
                           If Flag = 0 then get CPU time.
                           If Flag = 1 then get and write CPU time.
Label                    : Prefix Text string preceding CPU time output.
