Package com.tagtraum.perf.gcviewer.exp

Examples of com.tagtraum.perf.gcviewer.exp.DataWriterType


        else if (argsParser.getArgumentCount() >= 2) {
            LOGGER.info("GCViewer command line mode");
            String gcfile = argsParser.getGcfile();
            String summaryFilePath = argsParser.getSummaryFilePath();
            String chartFilePath = argsParser.getChartFilePath();
            DataWriterType type = argsParser.getType();

            //export summary:
            try {
                export(gcfile, summaryFilePath, chartFilePath, type);
                LOGGER.info("export completed successfully");
View Full Code Here

TOP

Related Classes of com.tagtraum.perf.gcviewer.exp.DataWriterType

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.