文章详情页
Java调优器YourKit Java Profiler 5.5 版本发布
YourKit, LLC宣布YourKit Java Profiler 5.5 版本发布..YourKit Java Profiler是一个目前很受欢迎的Java Profiler(Java调优器).可以用来分析和监控你的应用程序的性能, 从而进行更好地调优.这次YourKit, LLC发布的是YourKit Java Profiler 5.5 版本.官方提到的新特性包括:New and improved platform support- Mac OS X on Intel is supported- IBM Java 5.0 supported. Important! IBM Java 5.0 Service Release 1 (SR1) or newer is required. Initial IBM Java 5.0 release is not supported because it contains critical bugs in JVMTI implementation.- BEA JRockit 5 support improvements. Read about known issuesTelemetry- Telemetry for Java 1.3 and 1.4 is supported as well- New tab 'CPU and Memory'- Optimization: telemetry information requires less memory in UICPU profiling- New profiling mode that provides both method CPU times and invocation counts, but does not monitor internals of methods from core library classes (java.*, javax.*, com.sun.*, sun.*). The benefit is in much smaller overhead than when all methods are monitored.- In the mode where only CPU times are recorded, accuracy was improved on Linux, Mac OS X and Solaris- Increased accuracy of CPU times and invocation count measuring mode on Windows and Solaris. In particular, this improves profiling of short running methods.- Reduced overhead when method invocation counts are recordedMemory profiling- New feature: now it is possible to import memory snapshots in HPROF binary format. Use 'File | Import HPROF Snapshot...' action. Such snapshots are created:*Automatically by JVM if application fails with java.lang.OutOfMemoryError. To switch this behaviour on, -XX:+HeapDumpOnOutOfMemoryError JVM option should be specified. This option is supported in Java 6 'Mustang' JVM, and will be backported to Java 5.0 update 7 and Java 1.4.2_12.*Explicitly connecting via jmap utility to any running Sun JVM - no need for extra configuration (works in Java 6 'Mustang', and, possibly not very reliable, on Solaris with Java 1.4.2_09 and newer, and Linux with Java 5.0).*By JVM's built-in HPROF profiler (not very useful though). Please read more in the bundled Help.- Reduced overhead of object allocation recordingOther improvements- Profiler UI can run with Java 6 'Mustang.'
标签:
Java
相关文章:
1. 低版本IE正常运行HTML5+CSS3网站的3种解决方案2. Spring-Annotation 1.0 发布3. Java Parallel Processing Framework 0.15.0 发布4. JSWDK的发布目录的更改5. vue npm install 安装某个指定的版本操作6. Android Studio 3.6 正式版终于发布了,快来围观7. Docker使用Git实现Jenkins发布、测试项目的详细流程8. Seam 1.0 beta 2 发布-Java EE 5开发框架9. Spring IDE 1.3 发布10. Spring Web Flow 1.0 EA 发布
排行榜