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 processor timing #105

Open
ggmarshall opened this issue Feb 5, 2025 · 2 comments
Open

Add processor timing #105

ggmarshall opened this issue Feb 5, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@ggmarshall
Copy link
Contributor

ggmarshall commented Feb 5, 2025

It would be nice to output the amount of total time taken for each processor block in the dsp for profiling things. (could also be a useful tool when accepting prs?)

@iguinn iguinn added the enhancement New feature or request label Feb 18, 2025
@iguinn
Copy link
Collaborator

iguinn commented Feb 18, 2025

Yes, this has been on my to do list forever...Unfortunately the profiling tools are not good at recognizing which numba function is running, so this will take some work.

@ggmarshall
Copy link
Contributor Author

I was going to suggest something more dumb/simple which is just to add a simple time.time when each processor is run and then store a dictionary of each processor in the chain with a time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants