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

DM-6166 #69

Merged
merged 2 commits into from May 28, 2016
Merged

DM-6166 #69

merged 2 commits into from May 28, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented May 25, 2016

No description provided.

Most of the C++ timing examples used:
    static_cast<double>(CLOCKS_PER_SEC*nIter)
but this turns out to easily overflow. Avoid this by casting
each value separately before multiplying.
@r-owen r-owen merged commit d7785f1 into master May 28, 2016
@ktlim ktlim deleted the tickets/DM-6166 branch August 25, 2018 06:44
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

Successfully merging this pull request may close these issues.

None yet

1 participant