WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] How to increase timer resolution?

To: Robert Kaiser <kaiser@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] How to increase timer resolution?
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Sun, 14 Sep 2008 19:11:45 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 14 Sep 2008 11:11:41 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200809141953.06164.kaiser@xxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AckWlVimlxlSEIKIEd2w4AAWy6hiGQ==
Thread-topic: [Xen-devel] How to increase timer resolution?
User-agent: Microsoft-Entourage/11.4.0.080122
On 14/9/08 18:53, "Robert Kaiser" <kaiser@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

> On Sunday 14 September 2008 18:41:05 Keir Fraser wrote:
>> The set_timer() infrastructure is not actually tick-based. With an APIC
>> you'll get timer accuracy of around 100us (this figure because we service
>> timer handlers up to 100us before the deadline specified to set_timer(),
>> just to avoid multiple timer interrupts for close-together events). Without
>> this extra fudge factor you'd get accuracy down to microsecond resolution.
> 
> Aha, the TIME_SLOP constant, right? So is it safe to simply reduce this
> to -say- 10us in  order to get a 20us resolution? Will check his out as soon
> as I have a suitable test machine.

Yes, frankly you can set it to zero for your purposes.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>