##// END OF EJS Templates
use time.process_time instead of perf_counter...
use time.process_time instead of perf_counter changed windows timing to using time.process_time instead of time.perf_counter to be aware of sleep. Further enabled display of total cpu-time on windows (as now differs from WALL)

File last commit:

r27366:52f30d25
r27366:52f30d25
Show More
development.rst
33 lines | 618 B | text/x-rst | RstLexer
Matthias Bussonnier
back to development
r23561 =====================
Development version
=====================
This document describes in-flight development work.
.. warning::
Please do not edit this file by hand (doing so will likely cause merge
conflicts for other Pull Requests). Instead, create a new file in the
`docs/source/whatsnew/pr` folder
Matthias Bussonnier
some more update to wn and migrate to the right file
r25263 Released .... ...., 2019
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463
Need to be updated:
.. toctree::
:maxdepth: 2
Matthias Bussonnier
Start to updates the what's new / changelog....
r24535 :glob:
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463
pr/*
Spas Kalaydzhisyki
new line in whatsnew
r26417
Bastian Ebeling
use time.process_time instead of perf_counter...
r27366
Matthias Bussonnier
back to development
r23561 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
Backwards incompatible changes
------------------------------
Spas Kalaydzhisyki
new line in whatsnew
r26417 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.