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 gpu proc info #1276

Merged
merged 12 commits into from
Nov 20, 2023
Merged

Add gpu proc info #1276

merged 12 commits into from
Nov 20, 2023

Commits on Aug 18, 2023

  1. Add gpu util, power and procs.

    Consolidated gpu calls into `data_harvester`.
    
    Changed config flag from `enable_gpu_memory` to `enable_gpu`.
    
    Added GPU utilization to the cpu widget.
    
    Added GPU process memory usage and utilization percentage to the proc widget.
    Added key binds for gpu process toggling.
    
    Added GPU power usage to the battery widget.
    Added bounds check to battery widget header.
    Show battery widget header when `gpu_enable`.
    
    Added feature flag `legacy-functions` to `nvml-wrapper`.
    
    updated config file(s).
    updated help text.
    updated docs.
    jamartin9 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    12aee65 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. merge master

    jamartin9 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    084259c View commit details
    Browse the repository at this point in the history
  2. Code Review:

    Remove GPU util from cpu widget
    Remove GPU power from battery widget
    Use reference for gpu widgets_to_harvest
    Extract match arm to function for feature gate
    jamartin9 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4234ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbbc267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6809d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    2daaf58 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    0c31380 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    194ba43 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    807e3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c0624 View commit details
    Browse the repository at this point in the history
  3. Code Review Two Changes:

    adjust doc wordings
    remove extra references
    remove extra widget harvest checks
    init proc gpu values
    use convert_temp_unit for gpu temp
    jamartin9 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    ce93091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4177bc2 View commit details
    Browse the repository at this point in the history