summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-04-09-22-40-52.bpo-36575.Vg_p92.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-04-09-22-40-52.bpo-36575.Vg_p92.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-04-09-22-40-52.bpo-36575.Vg_p92.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-09-22-40-52.bpo-36575.Vg_p92.rst b/Misc/NEWS.d/next/Library/2019-04-09-22-40-52.bpo-36575.Vg_p92.rst
deleted file mode 100644
index 3e305f1..0000000
--- a/Misc/NEWS.d/next/Library/2019-04-09-22-40-52.bpo-36575.Vg_p92.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-The ``_lsprof`` module now uses internal timer same to ``time.perf_counter()`` by default.
-``gettimeofday(2)`` was used on Unix. New timer has better resolution on most Unix
-platforms and timings are no longer impacted by system clock updates since ``perf_counter()``
-is monotonic. Patch by Inada Naoki.