Since talking performance…Just curious…is it conceivable to add some performance test for use during build time testing and gather metrics during a given build so with each build/release to get performance historical over time?
Get Outlook for iOS<https://aka.ms/o0ukef> ________________________________ From: Michael Bien <[email protected]> Sent: Wednesday, May 25, 2022 6:41:57 PM To: [email protected] <[email protected]>; John Neffenger <[email protected]> Subject: Re: Very poor code indexing performances On 26.05.22 01:18, John Neffenger wrote: > On 5/25/22 10:27 AM, Michael Bien wrote: >> async-profiler[1] combined with flame graphs can be helpful to find >> bottlenecks of long running tasks (> few seconds). > > +1 for async-profiler! It can let you get a much bigger picture than > is possible with most other profilers, and it often shows you > immediately what's wrong. For example: > > JDK 13 Performance > https://jgneff.github.io/framebufferY8/2020-05/#jdk-13-performance > > It would be a nice addition to the NetBeans profiler. :-) there is an issue for that (for flame graphs specifically) https://github.com/apache/netbeans/issues/3849 I suppose it would be nice to have an async-profiler plugin for discoverabiity reasons, but I personally would keep using it's CLI since it doesn't require any setup anyway. -mbien > > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
