diff options
author | Christian Heimes <christian@python.org> | 2017-09-29 22:53:19 (GMT) |
---|---|---|
committer | Ćukasz Langa <lukasz@langa.pl> | 2017-09-29 22:53:19 (GMT) |
commit | 3d2b407da048b14ba6e5eb6079722a785d210590 (patch) | |
tree | 1103d0c570ee9d08b938b783a2731ef50a7bd830 /Misc | |
parent | 574562c5ddb2f0429aab9af762442e6f9a3f26ab (diff) | |
download | cpython-3d2b407da048b14ba6e5eb6079722a785d210590.zip cpython-3d2b407da048b14ba6e5eb6079722a785d210590.tar.gz cpython-3d2b407da048b14ba6e5eb6079722a785d210590.tar.bz2 |
bpo-31574: importlib dtrace (#3749)
Importlib was instrumented with two dtrace probes to profile import timing.
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-09-25-12-35-48.bpo-31574.5yX5r5.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-09-25-12-35-48.bpo-31574.5yX5r5.rst b/Misc/NEWS.d/next/Core and Builtins/2017-09-25-12-35-48.bpo-31574.5yX5r5.rst new file mode 100644 index 0000000..e5c8ae2 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-09-25-12-35-48.bpo-31574.5yX5r5.rst @@ -0,0 +1 @@ +Importlib was instrumented with two dtrace probes to profile import timing. |