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

Fix some rendering issues with -Ztimings. #7397

Merged
merged 2 commits into from
Sep 21, 2019

Commits on Sep 20, 2019

  1. Fix some rendering issues with -Ztimings.

    - Cap the max width to 4096. This is still quite large, but should help for some large graphs failing to display for using too much memory.
    - Don't allow labels to overflow past the right side of the graph.
    - Fix issue for very fast builds causing an error because there aren't enough CPU_USAGE entries.
    - Fix bug where `split_ticks` would enter an infinite loop (caused by small scale values). Added a counter to abort in case there are any other bugs.
    ehuss committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    67ef2cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c5758 View commit details
    Browse the repository at this point in the history