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

GCD utilization in Timeline #869

Open
Adamrch opened this issue Jul 6, 2024 · 0 comments
Open

GCD utilization in Timeline #869

Adamrch opened this issue Jul 6, 2024 · 0 comments

Comments

@Adamrch
Copy link
Contributor

Adamrch commented Jul 6, 2024

Is your feature request related to a problem? Please describe.
When I am working on creating a new rotation APL or modifying an existing one it is difficult to see if my conditions are wasting too much free GCD time. I would like to know if there are big periods of low GCD usage.

Describe the solution you'd like
Add a bar in Timeline that shows Blue when on-gcd and nothing for off GCD. (for the 1 iteration)
Under casts add a GCD Utilitzation section with metric Time Spent out of GCD, and GCD Utilization which is time spent in GCD divided by the encounter length. (for a average summary of all iterations)
I am not a caster, but I imagine for them you can include cast time and channeling time in those metrics.

Describe alternatives you've considered
Not really sure what else would help

Additional context
N/A

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