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

Visual interface for node resources usage #564

Merged
merged 18 commits into from
Sep 10, 2019
Merged

Visual interface for node resources usage #564

merged 18 commits into from
Sep 10, 2019

Commits on Jul 26, 2019

  1. Add GPU stats

    lgeertsen committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    0a0d21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf5dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73f667d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54ff012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e48039b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1822bbe View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. [ui] simplify loading of statistics file

    * NodeLog: remove intermediate property for Loader
    * StatViewer
       * keep only one function to load source file
       * only send request only after the previous one fully completed
      * update deltaTime before initializing charts
      * reset "sourceModified" property when source changes
    yann-lty committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    bedda0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001d9a3 View commit details
    Browse the repository at this point in the history
  3. [ui] StatViewer: fix "Toggle CPU" button

    use MaterialLabel instead of Text
    yann-lty committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    aedf10c View commit details
    Browse the repository at this point in the history
  4. [ui] StatViewer: introduce custom ChartViewLegend system

    * add a generic ChartViewLegend component that provides an interactive legend for ChartViews
    * rely more on data bindings to control Series visibility and display
    yann-lty committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    07ced07 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #574 from alicevision/dev/stats_fix

    StatViewer fixed
    lgeertsen authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    ca1d3cf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    dbeab28 View commit details
    Browse the repository at this point in the history
  2. [core] stats bugfix: do not rely the ordering of the json entries

    * do not rely on the ordering of the json entries, as it can vary from
    one version to another.
    * ensure variables are always initialized (even in case of exception)
    * add some debug logging on errors in nvidia-smi parsing
    fabiencastan committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    4d7ea32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f630d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c62437 View commit details
    Browse the repository at this point in the history
  5. [ui] StatViewer: more compatibility with previous "statistics" files

    * compute max peak ram if no total ram info
    * hide GPU chart if the file is from a previous version
    fabiencastan committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    4cc78ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40c3430 View commit details
    Browse the repository at this point in the history
  7. [core] stats: no processing in ComputerStatistics constructor

    ComputerStatistics is instanciated for each NodeChunk, so any
    computation here takes time. Instead we initialize the values on the
    first update().
    fabiencastan committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6c75232 View commit details
    Browse the repository at this point in the history