atom feed22 messages in net.java.dev.phoneme.advancedRe: Phoneme Advanced Questions
FromSent OnAttachments
phon...@mobileandembedded.orgAug 15, 2007 9:04 pm 
phon...@mobileandembedded.orgAug 15, 2007 10:35 pm 
phon...@mobileandembedded.orgAug 16, 2007 3:05 am 
Hinkmond WongAug 16, 2007 1:13 pm 
phon...@mobileandembedded.orgAug 16, 2007 8:44 pm 
phon...@mobileandembedded.orgAug 16, 2007 8:49 pm 
phon...@mobileandembedded.orgAug 16, 2007 8:57 pm 
phon...@mobileandembedded.orgAug 16, 2007 9:01 pm 
phon...@mobileandembedded.orgAug 16, 2007 11:33 pm 
phon...@mobileandembedded.orgAug 17, 2007 2:43 am 
phon...@mobileandembedded.orgAug 17, 2007 2:43 am 
phon...@mobileandembedded.orgAug 17, 2007 2:44 am 
phon...@mobileandembedded.orgAug 17, 2007 8:28 am 
phon...@mobileandembedded.orgAug 17, 2007 8:30 am 
phon...@mobileandembedded.orgAug 17, 2007 8:37 am 
Hinkmond WongAug 17, 2007 10:07 am 
Hinkmond WongAug 17, 2007 10:32 am 
phon...@mobileandembedded.orgAug 17, 2007 11:56 am 
Johannes EickholdSep 13, 2007 4:51 am 
Hinkmond WongSep 13, 2007 6:19 pm 
Terrence Barr - Evangelist, Java Mobile & EmbeddedSep 14, 2007 1:58 am 
Hinkmond WongSep 14, 2007 9:04 am 
Subject:Re: Phoneme Advanced Questions
From:phon...@mobileandembedded.org (phon@mobileandembedded.org)
Date:Aug 15, 2007 10:35:02 pm
List:net.java.dev.phoneme.advanced

fivecat,

For starters, it is not appropriate to run benchmarks using a debug build.
Debug builds do a lot of extra stuff to facilitate debugging. This will cause
the performance to degrade significantly. Performance should be measured on an
optimized production build (i.e. non-debug) because that is what will be
deployed in the real world. Debug builds are only use for development.

Apart from that, please answer a few questions to clarify things: 1. What version of phoneME Advanced are you using? 2. What target platform did you build phoneME Advanced for? 3. What build options did you use? 4. What benchmark code did you use as the basis of your comparison? 5. Please describe the conditions of how you ran the benchmark. For example: - was it on a quiet machine? - is there networking involved? - how long does the benchmark runs for? - what does the benchmark measure? - if relevant, how much memory is the VM and your C equivalent allowed to
use? - what is the amount of free memory availability on your system? - how did you get the C equivalent benchmark?

I may have more questions depending on your answers. I will need to know more
info on what you actually did before I can tell whether the performance
difference you saw is real, or due to a mistake.

Regards, Mark [Message sent by forum member 'mlam' (mlam)]

http://forums.java.net/jive/thread.jspa?messageID=231073