Skip to content

milli -vs- micro #2

@Self-Evident

Description

@Self-Evident

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions