Skip to content
Snippets Groups Projects
Commit 89703e6151e7 authored by Matt Harbison's avatar Matt Harbison
Browse files

profiling: revert the default mode back to 'cpu' on Windows

On Windows, os.times() only returns user and system times.  Real elapsed time is
0.  That results in no actual times reported, an end wall time of 0.000000, and
seemingly randomly sorted stack frames.  This at least provides test stability
in test-profile.t.

I kind of think that `default=pycompat.iswindows and 'cpu' or 'real'` would be a
better way to set the default in configitems, but I didn't see any other
examples of this, and thought maybe there's a reason for that.  That might allow
plugging the value into the help text automatically- the documented default
wasn't updated in db0dba2d157d.
parent 49c7b701fdc2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment