Files
Mastering-Python-2e-exercises/CH_11_debugging/README.rst
T
2022-04-30 00:46:58 +02:00

7 lines
328 B
ReStructuredText

Chapter 11 - debugging
=======================================================================================================================
1. Execute code with a timeout so you can see where your application is stalling
2. Measure the duration of the execution
3. Show how often that specific bit of code has been executed