Subject:
|
RE: pbLua Beta 13c Team Hassenplug NXT Software Comparison Results
|
Newsgroups:
|
lugnet.robotics.nxt
|
Date:
|
Thu, 30 Aug 2007 03:26:37 GMT
|
Reply-To:
|
<dickswan@%AntiSpam%sbcglobal.net>
|
Viewed:
|
20926 times
|
| |
| |
> Walt White wrote on August 29, 2007 8:38 PM
> ...
> 32,578 with all four LCD updates in the main loop.
> 57,888 with the four LCD updates commented out.
> ...
These numbers are quite good. pbLUA is fast. Walt: thanks for doing
the analysis.
Now that NXT-G 1.1 is out, I wonder how fast it runs. Faster execution
performance was one of the features in this release. Perhaps someone
can do this measurement.
I reran my original test program with the current ROBOTC firmware.
It's about 10% faster than before due to some performance tuning in
the firmware. (103K cycles instead of 93K).
My original code used "sprintf" format codes to create strings for LCD
display. Many of the other alternative solutions don't support
'sprintf' and just used a generic "int to string" conversion so I
tried a modified version using this more limited functionality; this
gained another 30% faster performance.
Current ROBOTC results are:
103K with LCD display and "sprintf" formatting
134K with LCD updates and "int to string" conversion
412K without LCD updates.
|
|
Message has 1 Reply:
Message is in Reply To:
9 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
Active threads in NXT programmable brick
|
|
|
|