Add extra Measure

This commit is contained in:
Erik Johnston 2016-04-14 11:26:15 +01:00
parent a2546b9082
commit 7be1065b8f

View File

@ -114,6 +114,8 @@ class HttpPusher(object):
def _process(self):
if self.processing:
return
with Measure(self.clock, "push._process"):
try:
self.processing = True
# if the max ordering changes while we're running _unsafe_process,