summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-10-14 12:06:32 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-10-14 12:06:32 +1100
commit5cab0fc698b3a820ef888fc2048ba2071f5f3eca (patch)
treeb3332a5aa6e149107cf6d8784d4529da21bc27fd
parent6c6e6c9f1a65512d90f6cd0f45c87f4ef67144e3 (diff)
downloadmod_wsgi-metrics-feature/1.2.0.tar.gz
Ability to get information on context switches will not always be available.feature/1.2.0
-rw-r--r--src/metrics/scoreboard.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/metrics/scoreboard.py b/src/metrics/scoreboard.py
index df37ac9..ef42dc4 100644
--- a/src/metrics/scoreboard.py
+++ b/src/metrics/scoreboard.py
@@ -503,6 +503,9 @@ class Scoreboard(object):
continue
+ except NotImplementedError:
+ pass
+
except Exception:
raise