From: yangxx Date: Wed, 10 Mar 2004 18:49:28 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@494 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~2995 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=e9b343573dc34da24ff87fd4cfc6f926aeeea7c2;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@494 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index e2db1612..fdc37919 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -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;