rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

Rename "Frequency of Updates" Parameter to "Update Interval (ms)" #203

Open cdutr opened 1 month ago

cdutr commented 1 month ago

The current parameter name "Frequency of Updates (The frequency of updates for the GPU Dashboard widgets, in milliseconds.)" is misleading because frequency is measured is mesuared in 1/period, like Hz. However, the value is actually given in milliseconds, which indicates a period rather than a frequency. To improve clarity and accuracy, I propose renaming the parameter to "Update Interval (ms)".