horizon/openstack_dashboard/contrib/developer/profiler
Stuart Grace 2e2ef6a8d0 Delete profiler object when request completes
When a request that is being profiled completes and the response is
received, the middleware expires the profiling cookie. It also needs
to delete the profiling object that holds the base_id UUID so a new
base_id will be created for the next profile. Otherwise the same
base_id is used for subsequent queries and they become merged togther
in the database.

Change-Id: I379cebfa2ed5282c96df0e255a8ba04c65a8523c
Closes-Bug: #1777486
Depends-On: https://review.openstack.org/578362
2018-07-24 12:33:31 +01:00
..
templates/profiler Add the Profiler panel to the Developer dashboard 2016-12-01 22:29:16 +03:00
__init__.py Provide the bones of profiler: api and middleware 2016-11-09 11:51:06 +03:00
api.py Fix reporting of profiler traces with multiple toplevels 2017-01-31 11:50:32 +11:00
middleware.py Delete profiler object when request completes 2018-07-24 12:33:31 +01:00
panel.py Add the Profiler panel to the Developer dashboard 2016-12-01 22:29:16 +03:00
urls.py Add the Profiler panel to the Developer dashboard 2016-12-01 22:29:16 +03:00
views.py Add the Profiler panel to the Developer dashboard 2016-12-01 22:29:16 +03:00