mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #67] [MERGED] feat(cli): support float number as snapshot interval (>= 0.25s) #145
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/67
Author: @XuehaiPan
Created: 4/7/2023
Status: ✅ Merged
Merged: 4/7/2023
Merged by: @XuehaiPan
Base:
main← Head:float-interval📝 Commits (2)
ce66cacfeat(cli): support float number as snapshot interval (>= 0.25s)8db3594docs(CHANGELOG): update CHANGELOG.md📊 Changes
8 files changed (+44 additions, -8 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
nvitop/cli.py(+10 -4)📝
nvitop/gui/screens/main/device.py(+11 -1)📝
nvitop/gui/screens/main/host.py(+7 -0)📝
nvitop/gui/screens/main/process.py(+1 -1)📝
nvitop/gui/screens/metrics.py(+7 -0)📝
nvitop/gui/screens/treeview.py(+1 -1)📝
nvitop/gui/ui.py(+6 -1)📄 Description
Issue Type
Description
Support float number as snapshot interval that >= 0.25s.
Motivation and Context
Resolves #32
Resolves #63
Resolves #65
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.