diff --git a/docs/source/whatsnew/pr/12984-process-time.rst b/docs/source/whatsnew/pr/12984-process-time.rst deleted file mode 100644 index 9957d53..0000000 --- a/docs/source/whatsnew/pr/12984-process-time.rst +++ /dev/null @@ -1,6 +0,0 @@ -windows time-implementation: Switch to process_time -=================================================== -Timing for example with ``%%time`` on windows is based on ``time.perf_counter``. -This is at the end the same as W-All. -To be a bit tighter to linux one could change to ``time.process_time`` instead. -Thus for example one would no longer count periods of sleep and further.