git-svn-id: http://ltt.polymtl.ca/svn@494 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Mar 2004 18:49:28 +0000 (18:49 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Mar 2004 18:49:28 +0000 (18:49 +0000)
ltt/branches/poly/ltt/tracefile.c

index e2db16122004fc5a44c604507608f90c19aed611..fdc37919dc0a2aeddea8c3ad86eb91f076c9e0af 100644 (file)
@@ -1186,8 +1186,8 @@ LttTime getEventTime(LttTracefile * tf)
   tf->pre_cycle_count = cycle_count;
   cycle_count += tmpCycleCount * tf->count;  
   
-  if(tf->cur_heart_beat_number > tf->count)
-    cycle_count += tmpCycleCount * (tf->cur_heart_beat_number - tf->count);  
+  //  if(tf->cur_heart_beat_number > tf->count)
+  //    cycle_count += tmpCycleCount * (tf->cur_heart_beat_number - tf->count);  
 
   tf->cur_cycle_count = cycle_count;
 
This page took 0.023901 seconds and 4 git commands to generate.