}
final PerformanceMonitorContext rawPerformanceMonitorContext =
ClassicEngineBoot.getInstance().getObjectFactory().get(PerformanceMonitorContext.class);
this.performanceMonitorContext = new InternalPerformanceMonitorContext(rawPerformanceMonitorContext);
final InitialLayoutProcess layoutProcess = new InitialLayoutProcess(outputFunction, performanceMonitorContext);
this.reportInstancesShareConnection = "true".equals(processingContext.getConfiguration().getConfigProperty
("org.pentaho.reporting.engine.classic.core.ReportInstancesShareConnections"));
this.processLevels = new HashSet<Integer>();
this.groupStarts = new FastStack<GroupStartRecord>();