PR_SET_TIMING
(2const)set the process timing mode
#include <linux/prctl.h> /* Definition of PR_* constants */ #include <sys/prctl.h> int prctl(PR_SET_TIMING, long mode);
LIBRARY
DESCRIPTION
RETURN VALUE
ERRORS
- EINVAL
- mode is not PR_TIMING_STATISTICAL.