mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
chore(api/process): add usedGpuCcProtectedMemory to process snapshot
This commit is contained in:
parent
727a4322fe
commit
db9fb6c9ce
1 changed files with 2 additions and 0 deletions
|
|
@ -1017,6 +1017,8 @@ class GpuProcess: # pylint: disable=too-many-instance-attributes,too-many-publi
|
|||
gpu_memory_utilization=self.gpu_memory_utilization(),
|
||||
gpu_encoder_utilization=self.gpu_encoder_utilization(),
|
||||
gpu_decoder_utilization=self.gpu_decoder_utilization(),
|
||||
gpu_cc_protected_memory=self.gpu_cc_protected_memory(),
|
||||
gpu_cc_protected_memory_human=self.gpu_cc_protected_memory_human(),
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue