diff options
author | Bruce Evans <bde@FreeBSD.org> | 1996-07-30 17:32:49 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1996-07-30 17:32:49 +0000 |
commit | 66ff54bd17e2001a64a66c0e86d9c8bb1eacf4be (patch) | |
tree | e78b0517438439d4b7b1def635aee7c153f6d29e /lib/libc/sys/getrusage.2 | |
parent | e96009446d4cf4a6dea4eb7fdc5eb51b8d658090 (diff) |
Document that the relevant clock ticks are for the statistics clock
and that the statistics clock has a frequency of sysconf(_SC_CLK_TCK).
Notes
Notes:
svn path=/head/; revision=17346
Diffstat (limited to 'lib/libc/sys/getrusage.2')
-rw-r--r-- | lib/libc/sys/getrusage.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2 index 697835387f3e..1a80b9cf15c7 100644 --- a/lib/libc/sys/getrusage.2 +++ b/lib/libc/sys/getrusage.2 @@ -94,6 +94,9 @@ an \*(lqintegral\*(rq value indicating the amount of memory used by the text segment that was also shared among other processes. This value is expressed in units of kilobytes * ticks-of-execution. +Ticks are statistics clock ticks. +The statistics clock has a frequency of +sysconf(_SC_CLOCK_TCK) ticks per second. .It Fa ru_idrss an integral value of the amount of unshared memory residing in the data segment of a process (expressed in units of |