From be21df33c58e31683448a8c44306903c9f64a07c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 22 Oct 2021 13:03:25 -0400 Subject: [PATCH] Turn on profiling for the moment --- piker/_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/_profile.py b/piker/_profile.py index fa38d065..06abc09a 100644 --- a/piker/_profile.py +++ b/piker/_profile.py @@ -21,7 +21,7 @@ Profiling wrappers for internal libs. import time from functools import wraps -_pg_profile: bool = False +_pg_profile: bool = True def pg_profile_enabled() -> bool: