this.printStream.println("Print performance results HTML pages:");
this.printStream.print(" - components main page");
}
long start = System.currentTimeMillis();
subMonitor.setTaskName("Write fingerprints: 0%");
subMonitor.subTask("Global...");
printComponent(/*performanceResults, */"global_fp");
subMonitor.worked(100);
if (subMonitor.isCanceled()) throw new OperationCanceledException();
String[] components = this.performanceResults.getComponents();
int length = components.length;