Java benchmarking tool

后端 未结 4 657
别跟我提以往
别跟我提以往 2020-12-06 02:58

I have written a small java application for which I need to obtain performance metrics such as memory usage, running time etc., Is there any simple to use performance measur

4条回答
  •  半阙折子戏
    2020-12-06 03:12

    One program that doesn't get mentioned is Oracle's (BEA) Mission Control. It comes with the JRockit JVM (which is supposed to be the fastest JVM on the Intel platform), which is available free from http://www.oracle.com/technology/software/products/jrockit/index.html.

    Mission Control is essentially Oracle/BEA's counterpart to JConsole, but offers significantly more. It'll even work with other JVMs, though you'll need JRockit to take advantage of the more advanced features (e.g., method profiling).

提交回复
热议问题