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

Alternative implementation clock_gettime. #260

Closed
wants to merge 1 commit into from
Closed

Alternative implementation clock_gettime. #260

wants to merge 1 commit into from

Conversation

@ruipires
Copy link

@ruipires ruipires commented Sep 18, 2014

Alternative implementation to clock_gettime with CLOCK_PROCESS_CPUTIME_ID.
Uses std::chrono, and is measuring wall time instead of cpu time.
Assumes C++11 is available.

…E_ID.

Uses std::chrono, and is measuring wall time instead of cpu time.
@nostrademons
Copy link
Contributor

@nostrademons nostrademons commented Sep 22, 2014

I think #262 fixes this in alternate way. Thanks though.

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

Successfully merging this pull request may close these issues.

None yet

2 participants