Skip to content

Conversation

@landinjm
Copy link
Contributor

  • Please check if the PR fulfills these requirements
  • The PR follows our guidelines (formatting & style)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Removing the previous PR that prints total wall-time in favor of the dealii::TimerOutput summary at the end of the simulation. The reason why we haven't done this is because the output doesn't sort the section based on the depth they are called, leading to confusing results. Caliper fixes the issue, but we need to manually sort the entries to provide an intelligible output.

  • What is the current behavior? (You can also link to an open issue here)
    We simply print out all timing behavior, unsorted.

  • What is the new behavior (if this is a feature change)?
    A summary of the section, times, and number of calls is provided.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

@landinjm landinjm merged commit 6b52954 into prisms-center:master Dec 11, 2025
4 of 6 checks passed
@landinjm landinjm deleted the fix_format branch December 11, 2025 05:15
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.

1 participant