| 
									
										
										
										
											2007-09-12 18:04:37 +00:00
										 |  |  | ***********************
 | 
					
						
							|  |  |  | Debugging and Profiling
 | 
					
						
							|  |  |  | ***********************
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | These libraries help you with Python development: the debugger enables you to
 | 
					
						
							|  |  |  | step through code, analyze stack frames and set breakpoints etc., and the
 | 
					
						
							|  |  |  | profilers run code and give you a detailed breakdown of execution times,
 | 
					
						
							| 
									
										
										
										
											2019-06-27 10:47:59 -07:00
										 |  |  | allowing you to identify bottlenecks in your programs. Auditing events
 | 
					
						
							|  |  |  | provide visibility into runtime behaviors that would otherwise require
 | 
					
						
							|  |  |  | intrusive debugging or patching.
 | 
					
						
							| 
									
										
										
										
											2007-09-12 18:04:37 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. toctree::
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-27 10:47:59 -07:00
										 |  |  |    audit_events.rst
 | 
					
						
							| 
									
										
										
										
											2007-09-12 18:04:37 +00:00
										 |  |  |    bdb.rst
 | 
					
						
							| 
									
										
										
										
											2011-03-31 01:31:06 +02:00
										 |  |  |    faulthandler.rst
 | 
					
						
							| 
									
										
										
										
											2007-09-12 18:04:37 +00:00
										 |  |  |    pdb.rst
 | 
					
						
							|  |  |  |    profile.rst
 | 
					
						
							|  |  |  |    timeit.rst
 | 
					
						
							| 
									
										
										
										
											2011-03-31 01:31:06 +02:00
										 |  |  |    trace.rst
 | 
					
						
							| 
									
										
										
										
											2013-11-23 12:27:24 +01:00
										 |  |  |    tracemalloc.rst
 |