Package org.jakstab.analysis.tracereplay

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

Related Classes of org.jakstab.analysis.tracereplay.TraceReplayAnalysis

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.