lkml.org 
[lkml]   [2005]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 1/6] new timeofday core subsystem for -mm (v.B3)
From
Date
On Mon, 2005-06-20 at 10:09 -0700, john stultz wrote:
> As for gettimefoday() syscall performance, I one had some numbers, but
> I
> would need to re-create them. I'll see if I can grab a slower box and
> give you some hard numbers.

I ran some tests lately that showed gettimeofday() to be 50x slower than
rdtsc() on my 600Mhz machine. Many userspace apps that need a cheap
high res timer have to use rdtsc now due to the excessive overhead of
gettimeofday(). It would be more correct if these apps could use
gettimeofday() for various reasons (cpufreq and SMP issues).

So this patch is addressing a real problem. I'd be interested to see if
the performance is good enough to replace rdtsc in these cases.

Lee

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-06-20 20:11    [W:0.098 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site