OAR

RTEMS 4.5.1-pre3 On-Line Library


Process Environment Manager times - Get process times

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

3.4.16: times - Get process times

CALLING SEQUENCE:

#include <sys/time.h>

clock_t times(
  struct tms *buf
);

STATUS CODES:

This routine returns the process times

DESCRIPTION:

times stores the current process times in buf.

struct tms is as defined in /usr/include/sys/times.h

times returns the number of clock ticks that have elapsed since the systm has been up.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2000 OAR Corporation