##// 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)
Bastian Ebeling -
r27366:52f30d25
Show More
Name Size Modified Last Commit Author
/ IPython / terminal
pt_inputhooks
tests
__init__.py Loading ...
console.py Loading ...
debugger.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...
magics.py Loading ...
prompts.py Loading ...
ptutils.py Loading ...
shortcuts.py Loading ...