#asyncprofiler search results

#JFR or #AsyncProfiler? No need to choose - they can work together to produce a single integrated recording.

AndreiPangin's tweet image. #JFR or #AsyncProfiler? No need to choose - they can work together to produce a single integrated recording.

How do profilers like #asyncprofiler work? How to write your own? Get your intense coding hat on because this brand new series by @parttimen3rd @SweetSapMachine tries to write a tiny sampling-based #profiler from scratch! foojay.io/today/writing-… #foojaytip

foojayio's tweet image. How do profilers like #asyncprofiler work? How to write your own? Get your intense coding hat on because this brand new series by @parttimen3rd @SweetSapMachine tries to write a tiny sampling-based #profiler from scratch! 
foojay.io/today/writing-… #foojaytip

inlining/interpreted/compiled/native frames are landing on @AndreiPangin #asyncprofiler github.com/jvm-profiling-… Bye bye perf map...we've been good friends for many years...


#AsyncProfiler's flamegraph of Virtual Threads - check it out and zoom in! github.com/petrbouda/virt…

p_bouda's tweet image. #AsyncProfiler's flamegraph of Virtual Threads - check it out and zoom in! github.com/petrbouda/virt…

Great to see that Eclipse Temurin from @adoptium is #AsyncProfiler-compatible !!

p_bouda's tweet image. Great to see that Eclipse Temurin from @adoptium is #AsyncProfiler-compatible !!

Async-Profiler is great. Hope that the data provided is correct. Will see and check what can be done to avoid the expensive cache misses. We already squeezed the CPU lemon a lot... #xlt #asyncprofiler

ReneSchwietzke's tweet image. Async-Profiler is great. Hope that the data provided is correct. Will see and check what can be done to avoid the expensive cache misses. We already squeezed the CPU lemon a lot... #xlt #asyncprofiler

We just started :-) Use this link to view the live stream and participate: youtube.com/watch?v=TDpbt4… #Profilers #AsyncProfiler

eMalaGupta's tweet image. We just started :-)

Use this link to view the live stream and participate: youtube.com/watch?v=TDpbt4…

#Profilers #AsyncProfiler

#AsyncProfiler 2.0 has been finally released! Enjoy new fast Flame Graphs, JFR v2 compatible output, and ability to profile cpu+allocations+locks at the same time. github.com/jvm-profiling-…


Where's String::indexOf on #asyncprofiler flames? There is nothing AP can do here to help (BCI is just wrong) and Arrays::fill has the same "issue", but is nice to see such honesty, kudos to @AndreiPangin (again). Same feelings for @RichardWarburto #honestprofiler ;)

forked_franz's tweet image. Where's String::indexOf on #asyncprofiler flames? 
There is nothing AP can do here to help (BCI is just wrong) and Arrays::fill has the same "issue", but is nice to see such honesty, kudos to @AndreiPangin (again).
Same feelings for @RichardWarburto #honestprofiler ;)

With out-of-the-box support for multiple profilers like #JavaFlightRecorder and #AsyncProfiler, #IntelliJIDEA makes it easier for you to profile your applications without leaving your IDE. View this screencast to find out more: youtu.be/OQcyAtukps4 #GettingToKnowIntelliJ

intellijidea's tweet card. Profiling Tools and IntelliJ IDEA Ultimate

youtube.com

YouTube

Profiling Tools and IntelliJ IDEA Ultimate


Another day another time when #asyncprofiler discovered allocations that can be removed: github.com/netty/netty-in… #netty #quic


To be fair, the @AndreiPangin #asyncprofiler profiler has been key to help troubleshooting this: - modifying the malloc branch to capture "live" set in malloc - with -e mprotect to check RSS increase on C2 arenas - with Java method profiling


That would be nice to report it on @AndreiPangin #asyncprofiler (unless it does it already) - I had no xp of getting it full, but in prod is where horrible things usually happen...


One note re #asyncprofiler : first get the number of total events and real time duration to find the appropriate interval to be used in the profiler, or it risk to receive Billions (many!) of events (2/2)


Which means that the primary bottleneck is elsewhere or is there, but something in ByteBuffer::getLong isn't good enough (in Netty we use Unsafe without bound checks, under the hood); profiling with #asyncprofiler with line of code granularity is the way to go ;P


[TR] #java #docker #asyncprofiler ile ilgili random bir yayin. Ilgilenen uykusuzlar gelebilir :) twitch.tv/huseyinbabal


How do profilers like #asyncprofiler work? How to write your own? Get your intense coding hat on because this brand new series by @parttimen3rd @SweetSapMachine tries to write a tiny sampling-based #profiler from scratch! foojay.io/today/writing-… #foojaytip

foojayio's tweet image. How do profilers like #asyncprofiler work? How to write your own? Get your intense coding hat on because this brand new series by @parttimen3rd @SweetSapMachine tries to write a tiny sampling-based #profiler from scratch! 
foojay.io/today/writing-… #foojaytip

"Journey to a N-fold improvement due to a stealthy scalability issue" by @forked_franz buff.ly/3BdweQH #java #jvm #asyncprofiler


Tired of dealing with #AsyncProfiler binaries just to embed the profiler into your library: Try github.com/parttimenerd/a… which does nothing more than that, built from the official binaries. AsyncProfiler is just an "AsyncProfilerLoader.load()" away.


#asyncprofiler combines the same events with JVM stacktraces to profile Java applications, so you're able to see which Java method had all those cache misses.


AsyncGrtCallTrace, last time I have checked, reports vthreads stack traces starting from who resume them (in case they were previously parked) - at least according to #asyncprofiler and TBH I like it (1/2)


#AsyncProfiler's flamegraph of Virtual Threads - check it out and zoom in! github.com/petrbouda/virt…

p_bouda's tweet image. #AsyncProfiler's flamegraph of Virtual Threads - check it out and zoom in! github.com/petrbouda/virt…

My journey to understand different #java profilers and how the lie continues 🚀 🤯 Important checkpoints to understand - safepoint bias, #asyncprofiler (AsyncGetCallTrace API), performance counters, now digging into "skid". 📚 Links that I found most useful so far 🧵


That's why I love the honesty of #asyncprofiler that allow to disable its stack recovery techniques and just report what's been collected, broken too


No results for "#asyncprofiler"

#JFR or #AsyncProfiler? No need to choose - they can work together to produce a single integrated recording.

AndreiPangin's tweet image. #JFR or #AsyncProfiler? No need to choose - they can work together to produce a single integrated recording.

inlining/interpreted/compiled/native frames are landing on @AndreiPangin #asyncprofiler github.com/jvm-profiling-… Bye bye perf map...we've been good friends for many years...


How do profilers like #asyncprofiler work? How to write your own? Get your intense coding hat on because this brand new series by @parttimen3rd @SweetSapMachine tries to write a tiny sampling-based #profiler from scratch! foojay.io/today/writing-… #foojaytip

foojayio's tweet image. How do profilers like #asyncprofiler work? How to write your own? Get your intense coding hat on because this brand new series by @parttimen3rd @SweetSapMachine tries to write a tiny sampling-based #profiler from scratch! 
foojay.io/today/writing-… #foojaytip

Great to see that Eclipse Temurin from @adoptium is #AsyncProfiler-compatible !!

p_bouda's tweet image. Great to see that Eclipse Temurin from @adoptium is #AsyncProfiler-compatible !!

#AsyncProfiler's flamegraph of Virtual Threads - check it out and zoom in! github.com/petrbouda/virt…

p_bouda's tweet image. #AsyncProfiler's flamegraph of Virtual Threads - check it out and zoom in! github.com/petrbouda/virt…

Where's String::indexOf on #asyncprofiler flames? There is nothing AP can do here to help (BCI is just wrong) and Arrays::fill has the same "issue", but is nice to see such honesty, kudos to @AndreiPangin (again). Same feelings for @RichardWarburto #honestprofiler ;)

forked_franz's tweet image. Where's String::indexOf on #asyncprofiler flames? 
There is nothing AP can do here to help (BCI is just wrong) and Arrays::fill has the same "issue", but is nice to see such honesty, kudos to @AndreiPangin (again).
Same feelings for @RichardWarburto #honestprofiler ;)

Async-Profiler is great. Hope that the data provided is correct. Will see and check what can be done to avoid the expensive cache misses. We already squeezed the CPU lemon a lot... #xlt #asyncprofiler

ReneSchwietzke's tweet image. Async-Profiler is great. Hope that the data provided is correct. Will see and check what can be done to avoid the expensive cache misses. We already squeezed the CPU lemon a lot... #xlt #asyncprofiler

We just started :-) Use this link to view the live stream and participate: youtube.com/watch?v=TDpbt4… #Profilers #AsyncProfiler

eMalaGupta's tweet image. We just started :-)

Use this link to view the live stream and participate: youtube.com/watch?v=TDpbt4…

#Profilers #AsyncProfiler

Loading...

Something went wrong.


Something went wrong.


United States Trends