#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.

#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 !!

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...


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

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

#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-…


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

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 ;)

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


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 🧵


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


Ideas for #netty , someone want give it a shot? github.com/netty/netty/is… This can make it an easy integration with any JFR to flamegraphs tool (#asyncprofiler converter too)


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

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


Same here, would be great if #asyncprofiler could be used directly from JMC - I miss this as much as perf annotated java (from Solaris studios, sigh)


لا توجد نتائج لـ "#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…

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

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 ;)

Loading...

Something went wrong.


Something went wrong.


United States Trends