HackerTrans
トップ新着トレンドコメント過去質問紹介求人

yyusufaslan

no profile record

投稿

Show HN: GalataJ – Runtime-aware Java profiling inside IntelliJ and VS Code

1 ポイント·投稿者 yyusufaslan·5 か月前·1 コメント

コメント

yyusufaslan
·4 か月前·議論
Good project. I found exactly when i search a good one.
yyusufaslan
·5 か月前·議論
Under the hood it uses runtime bytecode instrumentation with dynamic attach to avoid restarts.

The main trade-off was balancing per-method granularity with minimal overhead. I chose to surface execution time, call count, and allocations since those tend to answer most “what should I optimize?” questions during development.

Curious what metrics others find most useful in day-to-day profiling.