-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0a0d21d - Browse repository at this point
Copy the full SHA 0a0d21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for edf5dc7 - Browse repository at this point
Copy the full SHA edf5dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f667d - Browse repository at this point
Copy the full SHA 73f667dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ff012 - Browse repository at this point
Copy the full SHA 54ff012View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48039b - Browse repository at this point
Copy the full SHA e48039bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1822bbe - Browse repository at this point
Copy the full SHA 1822bbeView commit details
Commits on Aug 6, 2019
-
[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
Configuration menu - View commit details
-
Copy full SHA for bedda0c - Browse repository at this point
Copy the full SHA bedda0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 001d9a3 - Browse repository at this point
Copy the full SHA 001d9a3View commit details -
[ui] StatViewer: fix "Toggle CPU" button
use MaterialLabel instead of Text
Configuration menu - View commit details
-
Copy full SHA for aedf10c - Browse repository at this point
Copy the full SHA aedf10cView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 07ced07 - Browse repository at this point
Copy the full SHA 07ced07View commit details -
Merge pull request #574 from alicevision/dev/stats_fix
StatViewer fixed
Configuration menu - View commit details
-
Copy full SHA for ca1d3cf - Browse repository at this point
Copy the full SHA ca1d3cfView commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dbeab28 - Browse repository at this point
Copy the full SHA dbeab28View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 4d7ea32 - Browse repository at this point
Copy the full SHA 4d7ea32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f630d5 - Browse repository at this point
Copy the full SHA 8f630d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c62437 - Browse repository at this point
Copy the full SHA 8c62437View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 4cc78ad - Browse repository at this point
Copy the full SHA 4cc78adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c3430 - Browse repository at this point
Copy the full SHA 40c3430View commit details -
[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().
Configuration menu - View commit details
-
Copy full SHA for 6c75232 - Browse repository at this point
Copy the full SHA 6c75232View commit details