We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc553fe commit 78a895fCopy full SHA for 78a895f
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.OSX.cs
@@ -117,8 +117,8 @@ private static TimeSpan MapTime(ulong sysTime)
117
if (denom == default)
118
{
119
Interop.libSystem.mach_timebase_info_data_t timeBase = GetTimeBase();
120
- s_timeBase_denom = denom = timeBase.denom;
121
s_timeBase_numer = timeBase.numer;
+ s_timeBase_denom = denom = timeBase.denom;
122
}
123
uint numer = s_timeBase_numer;
124
0 commit comments