Examples of CSVThreadHistoryTrackerFormatter


Examples of com.sworddance.util.perf.CSVThreadHistoryTrackerFormatter

    /**
     * @param fileName output filename.
     */
    public void dumpStats(String fileName) {
        new CSVThreadHistoryTrackerFormatter(this.threadHistoryTracker)
                .dumpToFile(fileName);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.