744745746747748749750751
/** * @param fileName output filename. */ public void dumpStats(String fileName) { new CSVThreadHistoryTrackerFormatter(this.threadHistoryTracker) .dumpToFile(fileName); }