gcTimeFormatter.setMaximumFractionDigits(2);
throughputFormatter = NumberFormat.getInstance();
throughputFormatter.setMaximumFractionDigits(2);
footprintFormatter = new MemoryFormat();
footprintFormatter.setMaximumFractionDigits(1);
sigmaFormatter = NumberFormat.getInstance();
sigmaFormatter.setMaximumFractionDigits(0);
sigmaMemoryFormatter = new MemoryFormat();
footprintSlopeFormatter = new MemoryFormat();
freedMemoryPerMinFormatter = new MemoryFormat();
promotionFormatter = new MemoryFormat();
percentFormatter = NumberFormat.getInstance();
percentFormatter.setMaximumFractionDigits(1);
percentFormatter.setMinimumFractionDigits(1);