Skip to content

Utilization Monitor: TypeScript reimplementation #225

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

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

dnoliver
Copy link
Contributor

@dnoliver dnoliver commented Mar 11, 2025

Description:

This is a new implementation of the utilization monitor.

Related Issue:

If this pull request is related to any existing issue, please mention the issue number here.

Changes Made:

  • Add collector service to collect metrics
  • Connect service with renderer
  • Update App to show metrics panel
  • Add component in view to display metrics

Testing Done:

Tested only on Arc A770 so far

Screenshots:

The view now contains Line Charts for the metrics

image

Also gets memory info, and adjust the limits accordingly

image

Checklist:

  • I have tested the changes locally.
  • I have self-reviewed the code changes.
  • I have updated the documentation, if necessary.

* Add collector service to collect metrics
* Connect service with renderer
* Update App to show metrics panel
* Add component in view to display metrics
* Add vue-chartjs dependency
* Update icon to info
* Add line charts for metrics
* Beautify the view
* Clear some types problems
@dnoliver dnoliver marked this pull request as ready for review March 22, 2025 20:40
* Add gpuid.{cpp,exe} to get gpu info from dxgi.lib
* Propagate gpu info from main to renderer
* Use gpu info to set memory limits
* Format code with prettier
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.

1 participant