Package org.auraframework.util.perfomance.PTestGoogleChart

Examples of org.auraframework.util.perfomance.PTestGoogleChart.ChartAxisPoints


            String axisPointLabel = line.substring(1, endOfTimestampIndex);

            // find the data points (metric values)
            List<ChartPoint> metrics = parseMetrics(line.substring(endOfTimestampIndex + 1));

            axisPoints.add(new ChartAxisPoints(axisPointLabel, metrics));
        }

        scanner.close();

        return axisPoints;
View Full Code Here

TOP

Related Classes of org.auraframework.util.perfomance.PTestGoogleChart.ChartAxisPoints

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.