From f4c399b02e89b2854e9defc0711e8f79f40bb140 Mon Sep 17 00:00:00 2001 From: Garrett Summerfield Date: Thu, 21 Mar 2024 11:32:55 -0500 Subject: [PATCH] Update README Updated README to mention the ability to profile using VisualVM. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 858e1cd..a7cd853 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ git checkout [branch-name-here] - [PathPlanner](https://github.com/mjansen4857/pathplanner) to run semi-autonomous or full autonomous tasks - [NetworkAlerts](https://github.com/Mechanical-Advantage/NetworkAlerts) support for any alerts relating to the operation of the robot - To install NetworkAlerts for Shuffleboard, run `py driverstation/install-networkalerts.py` on any computer. +- [VisualVM](https://visualvm.github.io/) profiling enabled to provide information on application health with memory management and other vitals of the JVM. ## Requirements