mbltmlCoreInfo_t Struct Reference#
|
mbltml Test Preview
mbltml — EN
|
mbltmlCoreInfo_t Struct Reference
Per-core usage record returned by mbltmlGetCoreInfos(). More...
#include <type.h>
Public Attributes | |
| mbltmlCoreId_t | core_id |
| int64_t | npu_time |
| int64_t | interval |
Detailed Description
Per-core usage record returned by mbltmlGetCoreInfos().
Utilization for the core can be computed as npu_time / interval when interval is non-zero.
Member Data Documentation
◆ core_id
| mbltmlCoreId_t mbltmlCoreInfo_t::core_id |
◆ npu_time
| int64_t mbltmlCoreInfo_t::npu_time |
◆ interval
| int64_t mbltmlCoreInfo_t::interval |
The documentation for this struct was generated from the following file:
Generated by