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

Time measurement in DScope

Does anybody know how I can measure the time between two breakpoints. I am using dscope monitor.

Leo

Parents
  • You can use the Performance Analyser to monitor it. Add all the functions between the breakpoints in the PA. Durring the first breakpoint go to the PA and reset the values ( clear all of them ), After the Second breakpoint the program execution will stop again, so you can return in the PA and watch the elapsed time...

    Just remember to set the proper clock frequency in the project information.

Reply
  • You can use the Performance Analyser to monitor it. Add all the functions between the breakpoints in the PA. Durring the first breakpoint go to the PA and reset the values ( clear all of them ), After the Second breakpoint the program execution will stop again, so you can return in the PA and watch the elapsed time...

    Just remember to set the proper clock frequency in the project information.

Children