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

[Feature request]: Timing info per tile, and other debug metrics #38

Open
scottstanie opened this issue Oct 9, 2023 · 0 comments
Open

Comments

@scottstanie
Copy link
Contributor

I've been thinking about what possible metrics would be easy to track for benchmarking/debugging unwrapping.

  • One basic nice-to-have: printing the time taken per tile along with the tile position. This could be useful to plot after to see if one single area took up all the time, or if it was the coarse unwrapping which took the longest.
  • Even though some unwrappers make it difficult to track stuff about the internals while they're running (e.g. snaphu), perhaps we could set up something to watch the processes as they run. My first attempt in dolphin is the CPURecorder class that I started to get basic benchmark info for different workflow stages. The code is very open to changes/reworks.
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

No branches or pull requests

1 participant