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 min and max times to load balance plot #177

Open
rsdunlapiv opened this issue Jan 13, 2022 · 0 comments
Open

Add min and max times to load balance plot #177

rsdunlapiv opened this issue Jan 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rsdunlapiv
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The load balance analysis right now only shows total times, i.e., for each timed region it is the total amount of time spent in the region, accumulating all of the iterations of the region. You cannot determine from the total time if some executions of the region where significantly faster/slower. E.g., often the last execution of a region is more expensive, since there could be extra work involved, such as writing a file.

Describe the solution you'd like
The load balance plot should have several options:

  • total time
  • min time (fastest execution)
  • max time (slowest execution)

The user should be able to switch between these options and have the plots refreshed.

We like will need separate JSON data files - one for each of the stats above.

@rsdunlapiv rsdunlapiv added the enhancement New feature or request label Jan 13, 2022
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

1 participant