Package com.sworddance.util.perf

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

Related Classes of com.sworddance.util.perf.CSVThreadHistoryTrackerFormatter

Copyright © 2018 www.massapicom. 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.