diff options
Diffstat (limited to 'Doc/library/debug.rst')
-rw-r--r-- | Doc/library/debug.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/debug.rst b/Doc/library/debug.rst index c69fb1c..88a2fa6 100644 --- a/Doc/library/debug.rst +++ b/Doc/library/debug.rst @@ -15,3 +15,4 @@ allowing you to identify bottlenecks in your programs. profile.rst timeit.rst trace.rst + tracemalloc.rst |