summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkos PASZTORY <akos.pasztory@gmail.com>2011-12-03 15:42:56 +0000
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-12-05 11:05:01 +0100
commit749d16e7ac7dab3641d23eeead752335e23854f4 (patch)
tree8d95ea8bbae20abcfae42c3927a016cb727559fb /ChangeLog
parent01166acb9da9ea2aea40349c44d78764f8e2f3cd (diff)
downloadlatrace-749d16e7ac7dab3641d23eeead752335e23854f4.tar.gz
latrace-749d16e7ac7dab3641d23eeead752335e23854f4.tar.xz
latrace-749d16e7ac7dab3641d23eeead752335e23854f4.zip
stats: bugfix: use timersub() and timeradd()
tv_sub() had a bug: if 'a' represented the same time as 'b' then it added extra 1000000 usecs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65dff9b..9afa02c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-05 Jiri Olsa <olsajiri@gmail.com>
+ * stats bugfix - use timersub() and timeradd()
+ (contributed by Akos Pasztory <akos.pasztory@gmail.com>)
+
2011-09-05 Jiri Olsa <olsajiri@gmail.com>
* Fixes paraller building like 'make -j16'
(contributed by Tapani Pälli <tapani.palli@intel.com>)