This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I developed an application using J2ME, now I want to test it using Java Benchmarks I found benchmarks that measure the performance of the mobile phone in general (graphics,image and so on). However I want benchmark to measure the execution time of my J2ME application. Could you please guide my on how to do this?
A smile is the only curve that make things stright
Maybe JME has the equivalent of System.currrentTimeMillis? That way you could measure exactly the execution, and not things like time needed for startup etc.
Thank you Ulf, I know that Java Me has System.currrentTimeMillis however System.currrentTimeMillis usually affected by the running processes of the platform and do not return accurate results not like using a standard benchmark which gives real readings. I found benchmarks for Java SE and EE however I dont know if there are benchmarks that support Java Me also.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.