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

Remove TimerOutputs #1749

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Remove TimerOutputs #1749

merged 2 commits into from
Aug 26, 2024

Conversation

visr
Copy link
Member

@visr visr commented Aug 22, 2024

Fixes #1741.

Note that this is still an indirect dependency.

(root) pkg> why TimerOutputs
  Ribasim → DiffEqCallbacks → NonlinearSolve → TimerOutputs
  Ribasim → OrdinaryDiffEq → NonlinearSolve → TimerOutputs

Fixes #1741.

Note that this is still an indirect dependency.

```
(root) pkg> why TimerOutputs
  DiffEqCallbacks → NonlinearSolve → TimerOutputs
  OrdinaryDiffEq → NonlinearSolve → TimerOutputs
  Ribasim → DiffEqCallbacks → NonlinearSolve → TimerOutputs
  Ribasim → OrdinaryDiffEq → NonlinearSolve → TimerOutputs
```
@visr visr requested a review from evetion August 26, 2024 14:26
@evetion
Copy link
Member

evetion commented Aug 26, 2024

I'm sorta sorry to see this go, but if we don't use it, why not.

@visr
Copy link
Member Author

visr commented Aug 26, 2024

Yeah same, we can always bring it back. Though I feel it is hard to get good enough timing information this way. Some of the stuff we care most about is happening in dependencies. Profiling is much more informative. And we have also added results/solver_stats.arrow since.

@visr visr merged commit d0494c1 into main Aug 26, 2024
28 of 29 checks passed
@visr visr deleted the putouttimers branch August 26, 2024 18:23
@visr visr mentioned this pull request Aug 29, 2024
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.

Remove TimerOutputs
2 participants