Fully featured low overhead profiler for Java EE and Java SE platforms.
Easy-to-use performance and memory .NET profiler for Windows, Linux and macOS.
Secure and easy profiling in cloud, containers and clustered environments.
Performance monitoring and profiling of Jenkins, Bamboo, TeamCity, Gradle, Maven, Ant and JUnit.

com.yourkit.probes.builtin.AwtEvents

Description

This built-in probe records AWT/Swing events longer than 0.3 second, which can cause UI irresponsiveness.

Problem detection: irresponsive UI

If a long operation is performed directly in the event queue thread, UI may become irresponsive: do not redraw, do not accept user input etc.

Good practice is to perform long operations in a separate thread, and use the event queue to present prepared results only.

For analysis of the results provided by this probe, select AWT event in probes table and apply CPU usage estimation.

Source code location

<Profiler Installation Directory>/probes/src

YourKit uses cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.

By browsing our website, you consent to our use of cookies and other tracking technologies in accordance with the Privacy Policy.