You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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.
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
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?)
The text was updated successfully, but these errors were encountered: