I am using %%time
in Jupyter-notebook to measure run time of my Python code. The problem is that it prints only the Wall time
on Windows but works fine on Ubuntu.
Is it possible to get the CPU time
on Windows as well?
I am using Windows 10, Python 3.6 Anaconda release.