This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hard-Realtime behaviour


Tirsdag 30. mai 2006 10:16, skrev Andrew Lunn:
> So you at least need to disable caches when you determine what the
> worst case is, assuming the cache is actually helping you.

What about invalidating the caches instead of disabling them before measuring 
the worst case execution time? (I am assuming sufficient cache size to fit 
both the system call and any interrupt handlers.) Especially if there are 
loops, that will make a big difference.

Nils Labugt



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]