Commit 6d97d0ef by Robert Raposa

Add pyinstrument.

parent 8f33e2ac
...@@ -231,6 +231,7 @@ MIDDLEWARE_CLASSES = ( ...@@ -231,6 +231,7 @@ MIDDLEWARE_CLASSES = (
'threadlocals.middleware.ThreadLocalMiddleware', 'threadlocals.middleware.ThreadLocalMiddleware',
'ecommerce.theming.middleware.CurrentSiteThemeMiddleware', 'ecommerce.theming.middleware.CurrentSiteThemeMiddleware',
'ecommerce.theming.middleware.ThemePreviewMiddleware', 'ecommerce.theming.middleware.ThemePreviewMiddleware',
'pyinstrument.middleware.ProfilerMiddleware',
) )
# END MIDDLEWARE CONFIGURATION # END MIDDLEWARE CONFIGURATION
......
...@@ -7,6 +7,7 @@ django-ses==0.8.2 ...@@ -7,6 +7,7 @@ django-ses==0.8.2
# For more, see https://github.com/edx/ecommerce/pull/920. # For more, see https://github.com/edx/ecommerce/pull/920.
gevent==1.0.2 gevent==1.0.2
pyinstrument==2.0.1
gunicorn==19.7.1 gunicorn==19.7.1
MySQL-python==1.2.5 MySQL-python==1.2.5
newrelic==2.98.0.81 newrelic==2.98.0.81
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment