Add charts ranking the longest jobs & tests per block (variant) to the HTML instrumentation report#208
Merged
AlexJones0 merged 1 commit intoMay 21, 2026
Conversation
Add two more visualizations to the instrumentation report - one showing the longest jobs per block (variant), and another showing the longest tests per block (variant). As with the per-tool graphs, these are only shown if appropriate metadata exists. Since the test grouping logic was added in the previous commit, this is implemented by just adding a couple of extra subclasses with a relevant categorization function and applicable scaling parameters applied. In this case, we expect to have a lot more blocks than tools, so we have lower bars being rendered by default. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
e7248bd to
ad437c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is the fifteenth of a series of PRs to introduce instrumentation reporting to DVSim.
This PR adds the final two remaining visualizations for the HTML instrumentation report implementation: one ranking the top jobs partitioned by block (variant), and another ranking the top tests partitioned by block (variant). Compared to the previous PRs, this should be a lot nicer to review - we're just extending the functionality introduced in the last two PRs via parameterization.
See the commit message for more info.
Here are some examples of the generated
metrics.htmlreport from runs on the OpenTitan repository (these can be zoomed in on when rendered in the browser):