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: how to link "gettimeofday" with arm-elf-gcc?


On Thu, Nov 20, 2003 at 02:34:43PM -0800, Yusuke Matsuoka wrote:
> Hi Andrew and Gary,
> 
> Thanks for the reply.
> 
> I want to run the KVM(K virtual machine for Java) on eCos and
> want to measure the exec time of my Java application on the board.
> The original KVM implementation uses "gettimeofday", and I got
> the linker error.
> 
> Since I need a *millisecond* resolution, is there a better way 
> rather than including snmp?

cyg_current_time() will return the number of 10ms ticks since the
scheduler was started. 

Or you could run the test program 1,000,000 times and use a wallclock!

          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]