From 8bd44ff17a619dc8fc2a4ea2f1282783591a6617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Spasic=CC=81?= Date: Fri, 22 Mar 2024 20:58:16 +0100 Subject: [PATCH] Prepare release 0.5.0 --- README.md | 4 +++- app/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5167fd..697f510 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,12 @@ Sort threads by CPU consumption. ![](doc/9-identical.png) +### 🔍 List of missing locks + ## TODO + [X] Stats per thread pool + [ ] Deadlocks detection (as soon as I get a thread dump with a deadlock) + [ ] Detect complex deadlocks (e.g. A -> B -> C -> A) + [ ] Thread histogram per priorities -+ [ ] Latest executed methods? ++ [ ] Latest executed methods?] diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3a0d8c6..02f333d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,6 +20,6 @@ application { tasks { named("shadowJar") { archiveBaseName.set("tdv") - archiveVersion.set("0.4.1") + archiveVersion.set("0.5.0") } }