This is the mail archive of the ecos-discuss@sources.redhat.com 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: [PATCH] mlqueue scheduler tracing


Thomas Koeller wrote:
> 
> Hi,
> 
> when using the ecos tracing facilities with buffered output I found
> that the multi-level scheduler (mlqueue.cxx) generates a line of
> output for every time slice consumed by a thread, so my tracing
> buffer was filled up with countless lines telling me that the scheduler
> had decided to re-schedule the current thread, something I wasn't
> interested in at all. The information I was collecting had almost
> been shifted out of the buffer. Looking at mlqueue.cxx I found
> that obviously someone wanted to make real sure that nobody
> could ever turn off these messages without editing the code, so I
> did just that. Patch attached.

I agree. Patch applied.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine

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


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