Performance evaluation tool

From: Dasch (none_at_email.com)
Date: 03/07/04


Date: Sun, 07 Mar 2004 16:44:52 GMT

Hi,

I'm looking for a tool (library, framework, stand-alone application,
whatever) which can compare the performance of two classfiles.

I'm currently developping a (very) small compiler for java and I'd like to
compare different optimisations.

I heard that JMeter was a very good tool, but it seems to me that it's more
appropriate for a server environment which I don't have (and don't need).

So, could you advise me other performance evaluation tools ?

Thanks in advance,
Dasch



Relevant Pages

  • Re: Need help with REDEFINES (I think)....
    ... preclude the compiler optimizing it. ... (a compiler generated subroutine) ... generated subroutine) because it uses a simple compare (or series of ... would be fairly consistent across platforms, but even if I'm wrong and there ...
    (comp.lang.cobol)
  • Re: Comparing byte values doesnt work
    ... Cast b to a byte. ... and will be ignored by the compiler. ... Compare those integers. ... There is no way that you can compare two bytes directly in Java -- they are ...
    (comp.lang.java.programmer)
  • Re: vm02 preview #4
    ... To compare the interpreter against other interpreters or code ... This case is a nice one of checking compiler and interpreter efficiency. ... If the compiler was a little smart, there are lots of loop invariants to be pulled out of the color calculation, but I don't think the Java compiler is that smart. ... And vm02 has a type-ahead buffer and pre-emptively schedules. ...
    (comp.sys.apple2.programmer)
  • Re: Comparing byte values doesnt work
    ... Cast b to a byte. ... and will be ignored by the compiler. ... Compare those integers. ... There is no way that you can compare two bytes directly in Java -- they are ...
    (comp.lang.java.programmer)
  • Re: Javac issues "might be uninitialized" for null test
    ... And any compiler worth its salt would ... Java does not initialize variables (as opposed to class ... Some languages "initialize with garbage" and allow ... compare the non-existent value to `null' is erroneous. ...
    (comp.lang.java.programmer)