Skip to content

Returns milliseconds instead of seconds on windows #1

@kmatheussen

Description

@kmatheussen
PCFreq = ((double) li.QuadPart)/1000.0;

must be changed to

PCFreq = (double) li.QuadPart;

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