Package com.tagtraum.perf.gcviewer.imp

Examples of com.tagtraum.perf.gcviewer.imp.DataReaderFacade.loadModel()


    private void export(String gcFilename, String summaryFilePath, String chartFilePath, DataWriterType type)
            throws IOException, DataReaderException, IllegalArgumentException {
       
        DataReaderFacade dataReaderFacade = new DataReaderFacade();
        GCModel model = dataReaderFacade.loadModel(gcFilename, false, null);

        exportType(model, summaryFilePath, type);
        if (chartFilePath != null)
            renderChart(model, chartFilePath);
    }
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.