Skip to content

Commit 45892f6

Browse files
committed
Screenshots added
1 parent d17c7a4 commit 45892f6

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
VS Code extension for analyzing JVM thread dumps (`.tdump` files).
44

5+
6+
57
## Features
68

79
- **Tree View Sidebar** — Threads grouped by state (RUNNABLE, BLOCKED, WAITING, etc.) with counts and icons
@@ -10,6 +12,10 @@ VS Code extension for analyzing JVM thread dumps (`.tdump` files).
1012
- **Deadlock Detection** — Automatic cycle detection in lock wait graphs
1113
- **Java 8 & 11+ Support** — Parses both formats (with and without `cpu=`/`elapsed=` fields)
1214

15+
## Screenshots
16+
17+
![pie-chart-image](assets/screenshot-2.png)
18+
1319
## Usage
1420

1521
1. Open a `.tdump` file in VS Code

assets/screenshot-1.png

191 KB
Loading

assets/screenshot-2.png

203 KB
Loading

0 commit comments

Comments
 (0)