Lines Matching refs:Replayer
89 `#include <replayer/Replayer.h>`
93 `Replayer(std::string& filename, bool replayManually, int numThreads, bool wait, nsecs_t stopHere)`
94 `Replayer(Trace& trace, ... ditto ...)`
100 - wait - **False**: Replayer ignores waits in between increments
110 After initializing the Replayer call
129 The Replayer is composed of 5 components.
132 - The Replayer object (Replayer.cpp)
133 - The synchronization mechanism to signal threads within the Replayer (Event.cpp)
182 ###Replayer
260 The main exectuable reads in the command line arguments. Creates the Replayer using those
261 arguments. Executes `replay()` on the Replayer. If there are no errors while replaying it will exit