Re: different clocks in FreeBSD

2000-07-17 Thread Song Li
Could somebody give me suggestion? I believe many people know about this question. But I did not recieve any reply until now. If you think my question is not clear or can be solve by simply reading some man page/source code, please tell me. I am a newbie here. So please do not hesitate to give me

different clocks in FreeBSD

2000-07-15 Thread Song Li
Hey, I want to get the accurate user-time and system-time used by a process whenever I want. My code will run inside the kernel. I try to use the getrusage from within the kernel, but the function didn't give right data. Then I try to read the p_uticks in the proc structure. But it seems that va