From cc815cba3dc06f61f4324e6550dbda1453b348b6 Mon Sep 17 00:00:00 2001 From: yegorius Date: Sun, 26 Apr 2015 16:04:05 +0300 Subject: [PATCH] Add Performance analysis section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93873ca..ebdf4d7 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [iText](http://itextpdf.com/) - Easy to use PDF library which creates PDF files programmatically but requires a license for commercial purposes. * [JasperReports](http://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. +## Performance analysis + +*Tools for performance optimization and dynamic program analysis.* + +* [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html) - Commercial Java profiler. +* [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial Java profiler. +* [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications. + ## REST Frameworks *Frameworks specifically for creating RESTful services.* @@ -399,7 +407,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [TestNG](http://testng.org/) - Testing framework. -* [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications. ## Utility