def disable_profiler()

in mutornadomon/external_interfaces/http_endpoints.py [0:0]


    def disable_profiler(self):
        self.monitor.profiler_init = False
        self.monitor.profiler_running = False
        self.monitor.profiler.disable()