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

milli -vs- micro #2

Open
Self-Evident opened this issue Apr 5, 2012 · 0 comments
Open

milli -vs- micro #2

Self-Evident opened this issue Apr 5, 2012 · 0 comments

Comments

@Self-Evident
Copy link
Contributor

This is just minor technical issue. In the footer is the line: "Rendered in 12345 milliseconds." However, It is displaying values obtained from getmicrotime() (*1000000), which are microseconds. milli = 1/1000 micro = 1/1000000.

If milliseconds are desired for display, the multiplier in the code needs changed from 1000000 to 1000.

However, if microseconds are desired, then just the wording needs changed. ie: milliseconds to microseconds.

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

No branches or pull requests

1 participant