Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Mar 22, 2024
1 parent 45c15cc commit 8bd44ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?]
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ application {
tasks {
named<ShadowJar>("shadowJar") {
archiveBaseName.set("tdv")
archiveVersion.set("0.4.1")
archiveVersion.set("0.5.0")
}
}

0 comments on commit 8bd44ff

Please sign in to comment.