Re: sched_clock() on i386

2007-01-03 Thread Stephane Eranian
Daniel, On Sat, Dec 23, 2006 at 07:53:47AM -0800, Daniel Walker wrote: > On Fri, 2006-12-22 at 02:43 -0800, Stephane Eranian wrote: > > Hello, > > > > > > The perfmon subsystems needs to compute per-CPU duration. It is using > > sched_clock() to provide this information. However, it seems they a

Re: sched_clock() on i386

2006-12-23 Thread Daniel Walker
On Fri, 2006-12-22 at 02:43 -0800, Stephane Eranian wrote: > Hello, > > > The perfmon subsystems needs to compute per-CPU duration. It is using > sched_clock() to provide this information. However, it seems they are > big variations in the way sched_clock() is implemented for each architectures,