High resolution process timing

2004-10-20 Thread Lionel B
Greetings, Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher resolution (or perhaps I mean granularity) process CPU timer than the libc clock() call? I am finding clock() inadequate for some code benchmarking. [It is not clear to me whether this is indeed a Cygwin issue, or

Re: High resolution process timing

2004-10-20 Thread Robert Pendell
Search google for windows high resolution timer (no quotes) and that will probably give some answers. On Wed, 20 Oct 2004 12:12:37 +0100 (BST), Lionel B [EMAIL PROTECTED] wrote: Greetings, Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher resolution (or perhaps I mean

Re: High resolution process timing

2004-10-20 Thread Lionel B
--- Robert Pendell wrote: [top-post rearranged] On Wed, 20 Oct 2004 12:12:37 +0100 (BST), Lionel B Lionel B wrote: Greetings, Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher resolution (or perhaps I mean granularity) process CPU timer than the libc clock()