mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 22:02:13 -06:00
29 lines
513 B
ReStructuredText
29 lines
513 B
ReStructuredText
nvitop.process module
|
|
---------------------
|
|
|
|
.. currentmodule:: nvitop
|
|
|
|
.. autosummary::
|
|
|
|
HostProcess
|
|
GpuProcess
|
|
command_join
|
|
|
|
.. automodule:: nvitop.process
|
|
:no-members:
|
|
|
|
.. autoclass:: nvitop.HostProcess
|
|
:members:
|
|
:inherited-members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
:member-order: bysource
|
|
|
|
.. autoclass:: nvitop.GpuProcess
|
|
:members:
|
|
:inherited-members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
:member-order: bysource
|
|
|
|
.. autofunction:: nvitop.command_join
|