cumtime is only available in Python 2.7.4 or later
This commit is contained in:
parent
772730dbcd
commit
8540d45fae
@ -176,7 +176,7 @@ def make_app(conf=None, threading=True, multiprocessing=False, uwsgi=False):
|
|||||||
|
|
||||||
if isso.conf.getboolean("server", "profile"):
|
if isso.conf.getboolean("server", "profile"):
|
||||||
wrapper.append(partial(ProfilerMiddleware,
|
wrapper.append(partial(ProfilerMiddleware,
|
||||||
sort_by=("cumtime", ), restrictions=("isso/(?!lib)", 10)))
|
sort_by=("cumulative", ), restrictions=("isso/(?!lib)", 10)))
|
||||||
|
|
||||||
wrapper.append(partial(SharedDataMiddleware, exports={
|
wrapper.append(partial(SharedDataMiddleware, exports={
|
||||||
'/js': join(dirname(__file__), 'js/'),
|
'/js': join(dirname(__file__), 'js/'),
|
||||||
|
Loading…
Reference in New Issue
Block a user