@Override public boolean isShowConcurrentCollectionBeginEnd() { return concurrentGcLineRenderer.isVisible(); }
@Override public void setShowConcurrentCollectionBeginEnd(boolean showConcurrentCollectionBeginEnd) { concurrentGcLineRenderer.setVisible(showConcurrentCollectionBeginEnd); }