[PR #67] [MERGED] feat(cli): support float number as snapshot interval (>= 0.25s) #145

Closed
opened 2026-05-05 03:26:44 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: mainHead: float-interval


📝 Commits (2)

  • ce66cac feat(cli): support float number as snapshot interval (>= 0.25s)
  • 8db3594 docs(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

  • Improvement/feature implementation

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.

## 📋 Pull Request Information **Original PR:** https://github.com/XuehaiPan/nvitop/pull/67 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 4/7/2023 **Status:** ✅ Merged **Merged:** 4/7/2023 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `float-interval` --- ### 📝 Commits (2) - [`ce66cac`](https://github.com/XuehaiPan/nvitop/commit/ce66cac61f4382592517b3bddc3266e3bf46cb0b) feat(cli): support float number as snapshot interval (>= 0.25s) - [`8db3594`](https://github.com/XuehaiPan/nvitop/commit/8db35947f26ac04874e65c1ce43311c62749ba2d) docs(CHANGELOG): update CHANGELOG.md ### 📊 Changes **8 files changed** (+44 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Improvement/feature implementation #### Description <!-- Describe the changes in detail --> Support float number as snapshot interval that >= 0.25s. #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Resolves #32 Resolves #63 Resolves #65 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:26:44 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#145
No description provided.