coverage: Rate-limit logging coverage information.
authorBen Pfaff <blp@nicira.com>
Fri, 20 Apr 2012 20:51:13 +0000 (13:51 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 26 Apr 2012 21:07:16 +0000 (14:07 -0700)
commit275a506cbe10db1e673fa1182582a507ba69418e
treeb055ad71fe6416345cc02523583b51c91c7edc00
parentc563de0e389f42164d4f7bf76845dced4590a18c
coverage: Rate-limit logging coverage information.

I'd always assumed that the exponentially weighted moving average code in
timeval was enough rate-limiting, but I actually encountered a pathological
case some time ago that forced this coverage information to print once a
second or so, which seems too often.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/coverage.c