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: Question about Instrumentation? Thanks


On Wed, Mar 26, 2003 at 03:11:23PM -0000, Qiang Huang wrote:
> Thanks a lot. Now I tried to instrument the clock tick as well but I got
> some problem. I configured the ecos with instrument support and used the
> following program, but the output didn't contains the clock tick. shown in
> below thanks a lot.
 

Check you have not disabled this class in the CDL. To be really sure,
compile packages/kernel/current/src/common/clock.cxx with -E and make
sure the macro CYG_INSTRUMENT_CLOCK( ISR, 0, 0); in the isr function
expands to something useful.

        Andrew

-- 
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]