Add comment on how to enable `pyqtgraph` profiling
							parent
							
								
									d7d824030d
								
							
						
					
					
						commit
						75d7314493
					
				| 
						 | 
				
			
			@ -21,7 +21,9 @@ Profiling wrappers for internal libs.
 | 
			
		|||
import time
 | 
			
		||||
from functools import wraps
 | 
			
		||||
 | 
			
		||||
_pg_profile: bool = True
 | 
			
		||||
# NOTE: you can pass a flag to enable this:
 | 
			
		||||
# ``piker chart <args> --profile``.
 | 
			
		||||
_pg_profile: bool = False
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def pg_profile_enabled() -> bool:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue