Re: CETK -> RTC Latency/Resolution (high priority)
- From: "voidcoder" <voidcoder@xxxxxxxxx>
- Date: Thu, 28 Apr 2005 17:52:07 +0200
Don't really sure that I have any RTC related bug
since the test result is "PASSED". However
I can see a zillion calls to the OEMGetRealTime
routine and system looks frozen during the test
since I think there are some "dead loops" like
the following one inside the
timerabstraction.cpp -> getLatencyAndResolutionOnce(...)
.....
/* loop until we get an error or the time changes */
while (((bGetTickReturnVal = (*timer->getTick)(ullStartTime)) == TRUE) &&
(ullStartTime == ullEndTime))
{
}
.....
Have no ideas by now, I'll try Your suggestion with a custom application.
Thanks.
"Steve Maillet (eMVP)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:#r2vGRATFHA.3344@xxxxxxxxxxxxxxxxxxxxxxx
> We have run that test. Although there are problems with it on numerous
CPUs,
> I haven't seen that particular set of symptoms. You could try extracting
the
> test code (it's pretty simple) into a separate application and step
through
> it to see what is happening. Most likely there is a bug in your OAL code
> causing this [But not necessarily!]
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>
.
- References:
- CETK -> RTC Latency/Resolution (high priority)
- From: voidcoder
- Re: CETK -> RTC Latency/Resolution (high priority)
- From: Steve Maillet \(eMVP\)
- CETK -> RTC Latency/Resolution (high priority)
- Prev by Date: SmbServer.dll (File sharing service) - issues with XP - SP2
- Next by Date: Re: how to setup SNTP in CE.net 4.2?
- Previous by thread: Re: CETK -> RTC Latency/Resolution (high priority)
- Next by thread: SmbServer.dll (File sharing service) - issues with XP - SP2
- Index(es):