perfview
perfview copied to clipboard
Suspicious code in ConvertMarkTimes
ConvertMarkTimes() in TraceManagedProcess.cs contains the following code:
if (item.Value.MarkTimes[(int)MarkRootType.MarkOlder] == 0.0)
{
item.Value.MarkTimes[(int)MarkRootType.MarkOverflow] -= item.Value.MarkTimes[(int)MarkRootType.MarkOlder];
}
If item.Value.MarkTimes[(int)MarkRootType.MarkOlder] == 0.0, then subtracting it should have no effect.
Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label.