Add request timer intermediate for "post".

This commit is contained in:
Max Goodman
2013-01-12 01:51:25 -08:00
parent e65b79029e
commit 67af84488d

View File

@@ -806,6 +806,8 @@ class MinimalController(BaseController):
# around taking up memory
g.reset_caches()
c.request_timer.intermediate("post")
# push data to statsd
c.request_timer.stop()
g.stats.flush()