Monday, April 17, 2006

gethrtime() : Solaris only -- not in Linux

Doing an O/S assignment, I came across the above system call, and had to find overheads associated with system calls.

The gethrtime() function returns the current high-resolution real time. I've been working in a linux environment and it took me many hours to realize that the gethrtime()is Solaris only -- not in Linux.

No comments:

Post a Comment