-
Notifications
You must be signed in to change notification settings - Fork 282
Builtin timer blocks #1862
Copy link
Copy link
Open
Labels
feature 🌟Something new and shinySomething new and shinygood first issue 🐤Let us know if you're interested in working on this!Let us know if you're interested in working on this!user interface/experience 💻
Metadata
Metadata
Assignees
Labels
feature 🌟Something new and shinySomething new and shinygood first issue 🐤Let us know if you're interested in working on this!Let us know if you're interested in working on this!user interface/experience 💻
Type
Fields
Give feedbackNo fields configured for issues without a type.
Adding this before I forget.
It could be useful to have builtin support for getting wall clock time spent in key "blocks" of code during any
simulation.
For example knowing how long is spent in iterative solver, how long in I/O, how long in time stepping, how long in initialization, how long in dynamics computations, how long in tracer computations, how long in communication etc.. can be a useful check and help see what is requiring resources in different configurations.