From 749d16e7ac7dab3641d23eeead752335e23854f4 Mon Sep 17 00:00:00 2001 From: Akos PASZTORY Date: Sat, 3 Dec 2011 15:42:56 +0000 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65dff9b..9afa02c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-05 Jiri Olsa + * stats bugfix - use timersub() and timeradd() + (contributed by Akos Pasztory ) + 2011-09-05 Jiri Olsa * Fixes paraller building like 'make -j16' (contributed by Tapani Pälli ) -- cgit