An open API service indexing awesome lists of open source software.

https://github.com/flight-recorder/samples

Flight Recorder Samples
https://github.com/flight-recorder/samples

api flight-recorder getting-started java jdk jfr samples tutorial

Last synced: 7 months ago
JSON representation

Flight Recorder Samples

Awesome Lists containing this project

README

          

# Flight Recorder Samples

This project contains code snippets that illustrates how the JDK Flight Recorder API can be used.

For more information about the API, see the javadoc for
[jdk.jfr](https://docs.oracle.com/en/java/javase/12/docs/api/jdk.jfr/module-summary.html) and
[jdk.management.jfr](https://docs.oracle.com/en/java/javase/12/docs/api/jdk.management.jfr/module-summary.html).

## License

This project is licensed under the MIT License - see the [LICENSE.TXT](LICENSE.TXT) file for details