Documentation
Java Profiler 9.0 (EAP) Help
Probes: extendable profiling and monitoring
Built-in probes
com.yourkit.probes.builtin.Messages
Java Profiler 9.0 (EAP) Help
Probes: extendable profiling and monitoring
Built-in probes
com.yourkit.probes.builtin.Messagescom.yourkit.probes.builtin.Messages
This is a pre-release software documentation. It may be incomplete or not up-to-date.
Description
This class is not a probe class itself nor contains probe classes.
Instead, it provides a utility method to store arbitrary text messages.
For this purposes, the class defined a table named "Messages"
with columns of string type, and introduces method
public static void message(String category, String message, String detail)
which creates new row in the table and sets corresponding column values.
The messages can be seen in "Probes" tab as "Messages" (the name of corresponding table).
Source code location
<Profiler Installation Directory>/probes/src