Skip to content

Commit

Permalink
reintroduce profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Dec 10, 2018
1 parent ca1043f commit 059fb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electrum/gui/qt/history_list.py
Expand Up @@ -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'
Expand Down

0 comments on commit 059fb51

Please sign in to comment.