mbltmlCoreInfo_t Struct Reference

mbltmlCoreInfo_t Struct Reference#

mbltml: 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.

Definition at line 104 of file type.h.

Member Data Documentation

◆ core_id

mbltmlCoreId_t mbltmlCoreInfo_t::core_id

Identifier of the core.

Definition at line 105 of file type.h.

◆ npu_time

int64_t mbltmlCoreInfo_t::npu_time

NPU active time on the core (microseconds).

Definition at line 106 of file type.h.

◆ interval

int64_t mbltmlCoreInfo_t::interval

Sampling interval for npu_time (microseconds).

Definition at line 107 of file type.h.


The documentation for this struct was generated from the following file: