From 059fb51893e68522fc6061f4bbda4b2c442dcb93 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 10 Dec 2018 10:18:24 +0100 Subject: [PATCH] reintroduce profiler --- electrum/gui/qt/history_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/gui/qt/history_list.py b/electrum/gui/qt/history_list.py index d11c4514c7ce..8275d55124d0 100644 --- a/electrum/gui/qt/history_list.py +++ b/electrum/gui/qt/history_list.py @@ -188,6 +188,7 @@ def get_domain(self): '''Overridden in address_dialog.py''' return self.parent.wallet.get_addresses() + @profiler def refresh(self, reason: str): self.print_error(f"refreshing... reason: {reason}") assert self.parent.gui_thread == threading.current_thread(), 'must be called from GUI thread'