public HistoStage(final JITWatchUI parent)
{
super(parent, 640, 480, false);
IReadOnlyJITDataModel model = parent.getJITDataModel();
final Map<String, IHistoVisitable> attrMap = new HashMap<>();
attrMap.put("JIT Compilation Times", new AttributeNameHistoWalker(model, true, ATTR_COMPILE_MILLIS, 10));
attrMap.put("Bytes per Compiled Method", new AttributeNameHistoWalker(model, true, ATTR_BYTES, 10));