Skip to content

Conversation

@sayefsakin
Copy link
Collaborator

PerfAnalyzer is a dashboard based visualizer to analyze performance using git commit history and different performance metric. This has the following features

  • Git History Graph
    • Ordered by commit dates
    • Filter Git Branch
    • Select a subset of git commits
    • Show Commit details like message, committer name, date, and hash.
  • Performance metric line chart
    • Filter by different metric
    • Show details on hover
  • Commit table
    • Search and filter by date, hash, and message.
    • Execute the runner_script on selected commit.
    • Show difference between two commits (using git diff)
  • Variable Search
    • Use any regex or string to search
    • Show table of found variable and file
    • Show file content

@sayefsakin
Copy link
Collaborator Author

New updates include

  • Moved perf_analyzer to the example directory
  • Added Parallel coordinate plot
  • Updated runner scripts.
  • Updated parser scripts with generalized parsers.

Copy link
Collaborator

@jpulidojr jpulidojr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initial implementation in examples is fine, will work on tighter integration with requirements.txt at a later time under .extras.

@jpulidojr jpulidojr merged commit c420f48 into lanl:main Oct 27, 2025
9 checks passed
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

Successfully merging this pull request may close these issues.

4 participants