calculation of execution time of assembly code in a realtime program with large number of tasks
- From: "karthikbg" <karthik.balaguru@xxxxxxxxxxxxxxx>
- Date: 4 Jan 2007 00:56:42 -0800
Hi,
I have some 20 lines of code in assembly .
I have various tasks running. How to calculate the total time of
execution of the code in assembly alone in Vxworks ?
Since any task might get invoked due to various reasons ,
Is putting one printf that prints the current time at the start of
assmbly and another printf at the end of assmbly code that prints the
current time the only way for caculating the assmbly code execution
time ?
Any other ideas.
Thx in advans,
Karthik Balaguru
.
- Follow-Ups:
- Re: calculation of execution time of assembly code in a realtime program with large number of tasks
- From: werty
- Re: calculation of execution time of assembly code in a realtime program with large number of tasks
- From: Michael R. Kesti
- Re: calculation of execution time of assembly code in a realtime program with large number of tasks
- From: John B
- Re: calculation of execution time of assembly code in a realtime program with large number of tasks
- Prev by Date: Re: Ensuring Timing constraints while coding
- Next by Date: Re: DTMF as digital network keying
- Previous by thread: Ensuring Timing constraints while coding
- Next by thread: Re: calculation of execution time of assembly code in a realtime program with large number of tasks
- Index(es):
Relevant Pages
|