opensolaris man page for times

Query: times

OS: opensolaris

Section: 3head

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

times.h(3HEAD)							      Headers							    times.h(3HEAD)

NAME
times.h, times - file access and modification times structure
SYNOPSIS
#include <sys/times.h>
DESCRIPTION
The <sys/times.h> header defines the structure tms, which is returned by times() and includes the following members: clock_t tms_utime /* user CPU time */ clock_t tms_stime /* system CPU time */ clock_t tms_cutime /* user CPU time of terminated child processes */ clock_t tms_cstime /* system CPU time of terminated child processes */ The clock_t type is defined as described in <sys/types.h>.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+
SEE ALSO
times(2), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 times.h(3HEAD)
Related Man Pages
times(2) - redhat
times(2) - sunos
times(2) - minix
times(3head) - sunos
times.h(3head) - centos
Similar Topics in the Unix Linux Community
how would you know your server was rebooted 3 times or 5 times
Bash scripting
How to copy set of lines n times?
CPU and Memory Statistics Collection Across Many Servers
CPU and Cores information