This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Execution Time

Hello, I want to determine execution time required for a function which executes when a serial interrupt occurs. I am using Keil C compiler for it. Can anybody tell me procedure for the same.

Regards,
Abhijeet R. Mudgal.

Parents
  • An estimate is one thing; trying to fully determine it is another.

    But maybe I misinterpreted the question - and all he wants is, as you say, an estimate.

    "I can be sure that minor modifications in compiler output will not change my estimate dramatically."

    Beware - aparently "minor" changes to the source code might cause major changes in the executable...!

Reply
  • An estimate is one thing; trying to fully determine it is another.

    But maybe I misinterpreted the question - and all he wants is, as you say, an estimate.

    "I can be sure that minor modifications in compiler output will not change my estimate dramatically."

    Beware - aparently "minor" changes to the source code might cause major changes in the executable...!

Children