From 74fe27eb2c7e5431132f13096eb7d6a2fbb5eb95 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: