Forum : Ride IDE
Post Information | Post |
---|---|
June 17, 2009 - 12:54pm
|
Hello, Yesterday i tested the new release of Ride7 (7.20.09.0162) and RKitArm (1.20.09.0154) and i must I use it on 2 systems, a desktop and a portable and did some speed tests: On the desktop with an older release of Ride ( Ride - 7.16.0000 ) and RKit ( Rkit - 1.04.0001 ) the compile With the 7.20 release on my portable that compile time went up to 5m 01s so i decided not to install that on With the current release the compile time on my portable dropped to 1min 19 seconds. I did not test my portable with the older release so i dont know what the results of that release would be. While testing on the portable i found that there were improvements that i like so i also installed the new release The compile time for the same project on my desktop machine went down from 37 sec. to 22 sec. That is realy a job well done, my compliments. (the undefined referene is still there but with copying older libraries i can solve that problem ) The Signum Jtagjet also works oke with this release so the things that made the previous release To see if i could explain the speed differences between the two system i used the performance test software from I suppose that the speed of the graphics card is causing the time difference between the portable and desktop. The suggestion for improving Ride7 has to do with showing the value of variables when you are debugging. When you put the cursor over a variable the value is written in a new window overlaying the sourcecode wich is fine. However i use some structures in my source code that are rather large ( 27 member variables in the biggest) and i can The total screen area available is much bigger so it would be nice if the window showing the variables could grow Kind regards, Ed van Rijn |
Hi Ed,
Thanks for this detailed report. I'm glad to hear that you are happy with the new Ride7 version, as we spent lots of time working on this speed issues.
Concerning the size of the structures displayed in the hovering area (when mouse is placed above a variable), we limited this in a recent past. Displaying large structures was causing some problems such as saturation of the communications with the hardware debugger. If you need your full structure to be displayed just add it to the "Watch" window, and it will do the trick.
Regards,
Bruno
Bruno,
Thanks for your explanation on the size of the hovering area.
For most variables the hovering area is big enough so i don't use the watch window very often but
i will try it with the structure when i get back to the office on monday.
When i can see all members there then that is oke, i definitely don't need a hovering area that causes problems,
my own mistakes cause enough headaches for me.
Regards,
Ed van Rijn