HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yyusufaslan

no profile record

Submissions

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

1 points·by yyusufaslan·há 5 meses·1 comments

comments

yyusufaslan
·há 4 meses·discuss
Good project. I found exactly when i search a good one.
yyusufaslan
·há 5 meses·discuss
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.