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

Add more timers in KrylovStats #838

Open
amontoison opened this issue Nov 30, 2023 · 2 comments
Open

Add more timers in KrylovStats #838

amontoison opened this issue Nov 30, 2023 · 2 comments

Comments

@amontoison
Copy link
Member

amontoison commented Nov 30, 2023

We have stats.timer if we want to measure the elapsed time to solve a linear system, but it could be great to see the time spent on matrix-vector products or when applying the preconditioners.

@dpo
Copy link
Member

dpo commented Dec 16, 2023

LinearOperators has a TimedOperator type.

@amontoison
Copy link
Member Author

I forgot that!
I will add an example in the documentation of Krylov.jl.

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

No branches or pull requests

2 participants