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.

Table API

To create a table, create instance of class com.yourkit.probes.Table. You will need that instance to create rows, as well as to close table rows for lasting events.

Table columns are described with instances of classes com.yourkit.probes.IntColumn, com.yourkit.probes.LongColumn, com.yourkit.probes.StringColumn, com.yourkit.probes.ForeignKeyColumn.

The column instances are passed as parameters to com.yourkit.probes.Table constructor. They are also used to set or modify values at specified row.

Please see Javadoc for detail.

Please also read about compiling probe classes.

Please find examples of the API usage in the built-in probes source code.

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.