Query: clock_getcpuclockid
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CLOCK_GETCPUCLOCKID(3) BSD Library Functions Manual CLOCK_GETCPUCLOCKID(3)NAMEclock_getcpuclockid -- access a process CPU-time clockLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <time.h> int clock_getcpuclockid(pid_t pid, clockid_t *clock_id);DESCRIPTIONThe clock_getcpuclockid() returns the clock ID of the CPU-time clock of the process specified by pid. If the process described by pid exists and the calling process has permission, the clock ID of this clock will be returned in clock_id. If pid is zero, the clock_getcpuclockid() function returns the clock ID of the CPU-time clock of the process making the call, in clock_id.RETURN VALUESUpon successful completion, clock_getcpuclockid() returns zero; otherwise, an error number is returned to indicate the error.ERRORSThe clock_getcpuclockid() function will fail if: [EPERM] The requesting process does not have permission to access the CPU-time clock for the process. [ESRCH] No process can be found corresponding to the process specified by pid.SEE ALSOclock_gettime(2)STANDARDSThe clock_getcpuclockid() function conform to IEEE Std 1003.1-2001 (``POSIX.1'').HISTORYThe clock_getcpuclockid() function first appeared in FreeBSD 10.0.AUTHORSDavid Xu <davidxu@FreeBSD.org>BSDAugust 21, 2012 BSD
Related Man Pages |
---|
clock_getcpuclockid(3) - centos |
clock_getcpuclockid(3) - debian |
clock_getcpuclockid(3) - x11r4 |
clock_getcpuclockid(3) - minix |
clock_getcpuclockid(3) - bsd |
Similar Topics in the Unix Linux Community |
---|
Check the process |
how to calculate CPU time under HP-UX |
CPU and memory utilisation by one process |
Aix process CPU differences. |
Average CPU and RAM usage for a process |