I'm using the Java Measurement Harness (JMH) to benchmark some routines. I'm interested in getting the maximum heap size of each run. The JMH's GC Profiler gives me information like allocation rate and churn rate, but I'm looking for the largest the heap got during a test run. Can this be done?