• 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...
  • measuring execution time
    I want to evaluate time of function execution in simulator. This function (void abc() for example) is called from external interrupt routine. I have done some tests and got different results: 1 test...
  • Measuring the real execution time
    Hello, I would like to measure the execution time of a communication over the CAN bus between two Infineon XC16x boards. How can I do it with Keil, since the performance analyzer is available only in...
  • Execution time of code
    Hello, I'm using a C8051F330 and I need to time some code. My Performance Analyzer is greyed out and I can therefor not use it. I also saw this thread: http://www.keil.com/support/docs/971.htm which...
  • Execution Time calculator.
    Friends, Is there any way to calculate the time of execution for a piece of 8051 Assembly Code ? .Say for example I am having a 8051 delay loop in assembly code.I just want to find out how much time...