diff options
| author | Alan Conway <aconway@apache.org> | 2010-11-17 19:12:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-11-17 19:12:08 +0000 |
| commit | cac1b88440584a9d69a212f01486bc9041278c66 (patch) | |
| tree | 968369037afb7d24f2190ba8ce9836a441a75b75 /qpid/cpp/src/Makefile.am | |
| parent | fc6aadb2c6ac51c7ff85955a0285efab1fd805df (diff) | |
| download | qpid-python-cac1b88440584a9d69a212f01486bc9041278c66.tar.gz | |
Aggregate Timer warnings.
The Timer code logs a warning if a timer callback is started late or
overruns the start time for the next callback. In cases where there
are a lot of these warnings, the time taken to do the logging itself
severly worsens the situation.
This commit aggregates timer warnings and give a statistical report
every 5 seconds at most.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1036169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index d8e604c41a..9f97b94b8a 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -478,6 +478,8 @@ libqpidcommon_la_SOURCES += \ qpid/sys/TimeoutHandler.h \ qpid/sys/Timer.cpp \ qpid/sys/Timer.h \ + qpid/sys/TimerWarnings.cpp \ + qpid/sys/TimerWarnings.h \ qpid/sys/Waitable.h \ qpid/sys/alloca.h \ qpid/sys/uuid.h \ |
