Documentation
Java Profiler 9.0 Help
Probes: extendable profiling and monitoring
Built-in probes
com.yourkit.probes.builtin.Messages
Java Profiler 9.0 Help
Probes: extendable profiling and monitoring
Built-in probes
com.yourkit.probes.builtin.Messagescom.yourkit.probes.builtin.Messages
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 UI.
Source code location
<Profiler Installation Directory>/probes/src