User space gettimeofday()
Posted Dec 19, 2002 3:54 UTC (Thu) by
kbob (guest, #1770)
Parent article:
How to speed up system calls
Gettimeofday() may not be practical in user space, but
getpid() certainly is. Other syscalls without side effects
that return infrequently changing information could also be
put into user space.
(
Log in to post comments)