From c0cab09e97b2c3fce55a743a978e4ea81b5ffbdb Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sat, 24 Apr 2010 17:34:09 -0700 Subject: [PATCH] Enable real-time trace replay instead of maximum-speed replay mode. --- TBBT/trace_play/rfs_c_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TBBT/trace_play/rfs_c_def.h b/TBBT/trace_play/rfs_c_def.h index daeea6c..c1568a6 100644 --- a/TBBT/trace_play/rfs_c_def.h +++ b/TBBT/trace_play/rfs_c_def.h @@ -39,7 +39,7 @@ #define SPEED_UP // only one of SPEED_UP and SLOW_DOWN is defined //#define SLOW_DOWN extern int PLAY_SCALE; -//#define TIME_PLAY /* play according original timestamp or scaled timestamp together with dependency */ +#define TIME_PLAY /* play according original timestamp or scaled timestamp together with dependency */ #define NO_DEPENDENCY_TABLE //#define MAX_COMMAND_REPLY_DISTANCE 1000 #define MAX_COMMAND_REPLY_DISTANCE_FOR_PAIR 1000 -- 2.20.1