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

Switching to steady_clock for walltime #436

Merged
merged 2 commits into from
Jun 26, 2023

Conversation

llaniewski
Copy link
Member

This PR switches the std::chrono::steady_clock::now() for walltime measurement in output and in log csv files. The previous use of ::clock() was really CPU time, and was giving misleading results.

@llaniewski llaniewski added the enhancement New features/updates label Jun 26, 2023
@llaniewski llaniewski self-assigned this Jun 26, 2023
@llaniewski
Copy link
Member Author

This PR makes C++11 default.

Closes #405

@llaniewski llaniewski requested a review from shkodm June 26, 2023 06:24
Copy link
Member

@shkodm shkodm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@llaniewski llaniewski merged commit fd33140 into CFD-GO:develop Jun 26, 2023
@llaniewski llaniewski deleted the feature/chrono branch June 26, 2023 08:36
@llaniewski llaniewski mentioned this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features/updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants