osprofiler/osprofiler/tests
Stuart Grace dba75673af Make profiler.clean() public method
Horizon dashboard has a profiler plugin which calls profiler.init
method at
 openstack_dashboard/contrib/developer/profiler/middleware.py
line 64. This creates a profiler and picks a new base_id. The only
way to remove this profiler and stop using this base_id is to call
profiler._clean() method. So this patch changes _clean() to clean()
so it becomes a public method.

Change-Id: Idec7ee240bc7f508aeebcba374a9673652b1cc72
Related-Bug: #1777486
2018-06-27 12:26:55 +01:00
..
functional Unify and fix `list_traces` function 2018-01-23 13:31:51 +01:00
unit Make profiler.clean() public method 2018-06-27 12:26:55 +01:00
__init__.py Move osprofiler tests into osprofiler 2016-01-25 12:12:45 -08:00
test.py Add Zuul job for functional testing 2017-11-08 08:56:17 +01:00