Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VisualVM remote debugging #34

Merged
merged 3 commits into from
Mar 24, 2024
Merged

Conversation

garrettsummerfi3ld
Copy link
Member

Added

VisualVM is a Java profiler that can help investigate where memory and other resources are being used during runtime. This also helps with figuring out when the JVM does garbage collection and whether or not we need to have it increase due to memory constraints.

This comes as a recommendation from the WPILib documentation and how to use the profiler is done with more WPILib documentation.

VisualVM is a Java profiler that can help investigate where memory and other resources are being used during runtime. This also helps with figuring out when the JVM does garbage collection and whether or not we need to have it increase due to memory constraints.
@garrettsummerfi3ld garrettsummerfi3ld added enhancement New feature or request java Pull requests that update Java code labels Mar 17, 2024
@garrettsummerfi3ld garrettsummerfi3ld self-assigned this Mar 17, 2024
@garrettsummerfi3ld garrettsummerfi3ld marked this pull request as ready for review March 18, 2024 15:27
@garrettsummerfi3ld garrettsummerfi3ld merged commit 305d665 into main Mar 24, 2024
7 checks passed
@garrettsummerfi3ld garrettsummerfi3ld deleted the feature/visualvm-profiler branch March 24, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant