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.
The moose likes Java Micro Edition and the fly likes Benchmark tester for J2ME Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Benchmark tester for J2ME" Watch "Benchmark tester for J2ME" New topic
Author

Benchmark tester for J2ME

mohamed dawaina
Greenhorn

Joined: Mar 11, 2013
Posts: 2
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
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
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.


Android appsImageJ pluginsJava web charts
mohamed dawaina
Greenhorn

Joined: Mar 11, 2013
Posts: 2
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.
 
subject: Benchmark tester for J2ME
 
Similar Threads
Native Compiler for Java
Architectural Decisions
Why Java is slower than the others languages?
Hardware configuration to Benchmark my application
Performance Data