##// END OF EJS Templates
Merge pull request #13435 from Carreau/yellow...
Merge pull request #13435 from Carreau/yellow Fix highlighting of ast nodes in traceback.

File last commit:

r27366:52f30d25
r27408:2a29040c merge
Show More
12984-process-time.rst
6 lines | 376 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / 12984-process-time.rst

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.