Wednesday, August 29, 2007

Avoid of sysemt call time() on Solaris

Some product heavily uses times() syscall to measure cpu time and system time.
I'd like to get rid of any system call overhead if possible.

http://developers.sun.com/solaris/articles/time_stamp.html

This article shows optimization the performance of enterprise systems that employ extensive time-stamping using the time(2)

No comments: