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

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