Examples of TraceReplayAnalysis


Examples of org.jakstab.analysis.tracereplay.TraceReplayAnalysis

     
      // Special handling for trace replay analysis that really creates multiple CPAs
      if (shortHand == 't') {
        logger.info("--- Using trace replay analysis.");
        for (String fileName : TraceReplayAnalysis.traceFiles.getValue().split(",")) {
          cpas.add(new TraceReplayAnalysis(fileName));
        }
        addedExplicitAnalysis = true;
        addedUnderApproximation = true;
        continue;
      }
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.