Class Rewriter
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.simulator.parser.Rewriter
-
- All Implemented Interfaces:
Runnable
public final class Rewriter extends Object implements Runnable
A simple utility to rewrite traces into the format used by other simulators. This lets us run multiple simulators in parallel for a quick-and-dirty analysis, rather than port their code into Java../gradlew :simulator:rewrite -q \ --inputFormat=? \ --inputFiles=? \ --outputFile=? \ --outputFormat=?
-
-
Constructor Summary
Constructors Constructor Description Rewriter()
-