Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elapsed time on Windows CE does not work correctly #196

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 3 comments
Open

Elapsed time on Windows CE does not work correctly #196

GoogleCodeExporter opened this issue Jul 31, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Write a google test app for Windows Mobile with tests that take some
amount of time.

What is the expected output? What do you see instead?
The elapsed time accurately shows how much time is elapsed

What version of the product are you using? On what operating system?
trunk on Windows Mobile

Please provide any additional information below.
You cannot get time of day to an accuracy greater than to the second. To
measure the elapsed time on Windows CE, you should use GetTickCount.

Original issue reported on code.google.com by [email protected] on 12 Sep 2009 at 11:20

@GoogleCodeExporter
Copy link
Author

Here is a quick and dirty patch:

Original comment by [email protected] on 13 Sep 2009 at 12:04

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 16 Sep 2009 at 6:09

  • Changed state: Accepted
  • Added labels: OpSys-Windows, Type-Enhancement, Usability
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

I consider this a defect not an enhancement. It is a feature that does not work
correctly on one platform.

Original comment by [email protected] on 23 Sep 2009 at 3:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant