Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fixed comment for the Stopwatch class from having inaccurate information #30019

Merged
merged 2 commits into from
May 31, 2018
Merged

Fixed comment for the Stopwatch class from having inaccurate information #30019

merged 2 commits into from
May 31, 2018

Conversation

glennawatson
Copy link
Contributor

This is a fix for #30016


// This class uses high-resolution performance counter if the installed
// hardware supports it. Otherwise, the class will fall back to DateTime
// class and uses ticks as a measurement.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DateTime class

DateTime isn't a class. I would just write "DateTime" and leave struct out of this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

@stephentoub stephentoub merged commit d9d06b0 into dotnet:master May 31, 2018
caesar-chen pushed a commit to caesar-chen/corefx that referenced this pull request Jun 1, 2018
…ion (dotnet#30019)

* Fixed comment for the Stopwatch class from having inaccurate information

* Removed DateTime class and just keeping DateTime by itself
@karelz karelz added this to the 3.0 milestone Jun 2, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…ion (dotnet/corefx#30019)

* Fixed comment for the Stopwatch class from having inaccurate information

* Removed DateTime class and just keeping DateTime by itself


Commit migrated from dotnet/corefx@d9d06b0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants