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

Include total number of tasks in the performance report #3822

Merged
merged 2 commits into from
May 26, 2020

Conversation

abduhbm
Copy link
Contributor

@abduhbm abduhbm commented May 22, 2020

This PR tries to close #3753
Still not sure if this is a correct approach, please let me know if more work is needed.

Screen Shot 2020-05-22 at 4 24 51 AM

@mrocklin
Copy link
Member

cc @beckernick

@quasiben
Copy link
Member

I think this resolves the stated issue but I am wondering if this useful generally ? Perhaps instead we want a summary breakdown of how tasks spent their time. Similar to #3745 you could print out timings of various tasks actions: compute, transfer, disk-read, serialization, etc.

@abduhbm
Copy link
Contributor Author

abduhbm commented May 22, 2020

Thanks @quasiben for your comment.
Timings of tasks actions and total number of tasks are now printed out in the performance report under Tasks Information header.

Screen Shot 2020-05-22 at 8 59 18 PM

@quasiben
Copy link
Member

Sorry for the delay here @abduhbm . Thanks for doing this! Merging in

@quasiben quasiben merged commit 0041cc1 into dask:master May 26, 2020
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

Successfully merging this pull request may close these issues.

[FEA] Include total number of tasks in the performance report summary
3 participants