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
- Host: GitHub
- URL: https://github.com/flight-recorder/samples
- Owner: flight-recorder
- License: mit
- Created: 2019-04-10T23:46:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T04:12:16.000Z (over 4 years ago)
- Last Synced: 2025-05-27T03:13:30.527Z (8 months ago)
- Topics: api, flight-recorder, getting-started, java, jdk, jfr, samples, tutorial
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 29
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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