Examples of TraceDataSet


Examples of com.jitlogic.zorka.viewer.TraceDataSet

public class TracePrinterManualTest {

    @Test
    public void testReadAndPrintTrace() throws Exception {
        String path = this.getClass().getResource("/trace.ztr").getPath();
        TraceDataSet tds = new TraceDataSet(new File(path));
        List<ViewerTraceRecord> lst = tds.getRecords();
        assertTrue(lst.size() > 0);
    }
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.