Building FreeBSD 4.6 with GCC 3.2

2002-10-15 Thread Deepankar Das
Deepankar --- Deepankar Das Panasas Inc. Pioneering the World's Most Scalable and Agile Storage Network www.panasas.com [EMAIL PROTECTED] 510-608-4366 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Counting the clock cycles

2002-07-17 Thread Deepankar Das
rdtsc() will give you cycle counts since system boot. It reads a Pentium internal register which is incremented at every CPU internal clock cycle. Deepankar Andrei Cojocaru wrote: > I was asking around in #freebsdhelp on EFNet what the equivalent of > GetTickCount() in the Win32 API is in FreeB