[quote]It shouldn’t pause everytime an event occurs.
Your mouse shouldn’t lag when moving it across the screen.
Memory consumption should be under 30MB.
These are problems lower end machines have had previously with my programs.
[/quote]
This is what you should have been saying in the first article, so that everybody willing to test knows what he should look at. Together with a compiled sample/JAR (Netbeans does it for you when you provide a Manifest I think.)
However you also need to include performance parameter printings in your program (printf’s like “Hello you!” don’t indicated anything).
For example the needed memory you can query and print out.
[quote]Anyway, you’re saying that if I were to ask for help about performance of my program that it should be done elsewhere because this forum is reserved only for technical discussions?
[/quote]
No. Performance disussions do belong to this forum, naturally. However your original article and “test” had nothing to do with performance or at least it was totally unclear what the tester should have done…
Your latest article goes into the right direction.
A good start to see what performance measuring is about and how to make tests so other people could help you, is Jeff’s book:
http://java.sun.com/docs/books/performance/