Javelin Benchmarks - how fast does it run?
mike101video
Posts: 43
I am writing an application that can be processor intensive at some points. I seem to be processor bound. A couple of questions.
Has any one got some code to check how long a section of code takes to execute?, and
Are there any speed benchmarks for the Javelin.
I think that I can restructure some of the code to reduce load, but it would be useful to get these answers if anyone has them.
Many thanks - really like using the Javelin - speeds up development no end.
Mike
Has any one got some code to check how long a section of code takes to execute?, and
Are there any speed benchmarks for the Javelin.
I think that I can restructure some of the code to reduce load, but it would be useful to get these answers if anyone has them.
Many thanks - really like using the Javelin - speeds up development no end.
Mike
Comments
http://groups.yahoo.com/group/JavelinCode/files/Javelin%20Stamp%20IDE/lib/stamp/core/
StopwatchScaledTimer16.java allows you to accumulate time over several
pieces of code by using play and pause commands.
To give you an impression on the javelin speed:
You can copy about 1000 bytes from one char array to another in 1 second.
regards peter
·
This will really help