In MPLAB you have a stopwatch to measure the time spend in a subroutine and I use this to control my own calculations on time spending.
In FlowCode you can't calculate anything about time spending - or do I miss something ?
I think it would be nice to know the time spend in an interrupt or a special macro.
Can I do that in FlowCode (version 4) ?
Time measurements ...
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Time measurements ...
I placed a suggestion about timing routines, delays etc. See:
http://www.matrixmultimedia.com/mmforum ... =31&t=6545
What I do to check timing now is load hex code in a simulator which has options to reset timings. Set a break point where I would like timing to end, then press run.
That way I see exactly how long routine has taken.
Has Microsoft simulator got that facility, as not used it in years?
http://www.matrixmultimedia.com/mmforum ... =31&t=6545
What I do to check timing now is load hex code in a simulator which has options to reset timings. Set a break point where I would like timing to end, then press run.
That way I see exactly how long routine has taken.
Has Microsoft simulator got that facility, as not used it in years?
Martin
Re: Time measurements ...
Oh yeah - I'll try that in MPLABmedelec35 wrote:......
What I do to check timing now is load hex code in a simulator which has options to reset timings. Set a break point where I would like timing to end, then press run.
That way I see exactly how long routine has taken.
I think you mean MicroCHIP instead of MicroSOFT - right ?medelec35 wrote:Has Microsoft simulator got that facility, as not used it in years?
Best regards
KSor, Denmark
KSor, Denmark
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Time measurements ...
ksor wrote:medelec35 wrote:......
I think you mean MicroCHIP instead of MicroSOFT - right ?


Anyway it's mpsim the name of simulator I had in mind for Microchips version. Thanks for letting me know.
Martin