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 inclusive time to HumanOutput #10

Open
Sharpie opened this issue Mar 20, 2018 · 0 comments
Open

Add inclusive time to HumanOutput #10

Sharpie opened this issue Mar 20, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@Sharpie
Copy link
Owner

Sharpie commented Mar 20, 2018

The human output format currently displays everything in terms of exclusive time -- that is time spent within a span after excluding time spent within child spans. For completeness, we should also display inclusive time, possibly with some highlighting similar to what explain.depesz.com does to emphasize spans where the bulk of execution time is spent:

  • white background - is chosen if time <= 10% of total query time
  • yellow background - is chosen if time ∈ (10%, 50%> of total query time
  • brown background - is chosen if time ∈ (50%, 90%> of total query time
  • red background - is chosen if time > 90% of total query time

Ref. https://explain.depesz.com/help

@Sharpie Sharpie added the enhancement New feature or request label Mar 20, 2018
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