mbltmlProcessInfo_t Struct Reference#
|
mbltml Test Preview
mbltml — EN
|
mbltmlProcessInfo_t Struct Reference
Per-process usage record returned by mbltmlGetProcessInfos(). More...
#include <type.h>
Public Attributes | |
| int | pid = -1 |
| int | counts = -1 |
| int64_t | npu_memory_usage = 0 |
| int64_t | total_interval_us = 0 |
| int64_t | total_npu_time_us = 0 |
Detailed Description
Per-process usage record returned by mbltmlGetProcessInfos().
Utilization for the process can be computed as total_npu_time_us / total_interval_us when total_interval_us is non-zero.
Member Data Documentation
◆ pid
◆ counts
| int mbltmlProcessInfo_t::counts = -1 |
◆ npu_memory_usage
| int64_t mbltmlProcessInfo_t::npu_memory_usage = 0 |
◆ total_interval_us
| int64_t mbltmlProcessInfo_t::total_interval_us = 0 |
◆ total_npu_time_us
| int64_t mbltmlProcessInfo_t::total_npu_time_us = 0 |
The documentation for this struct was generated from the following file:
Generated by