This function captures kernel utilization of the core tiles mentioned in the columns in range in PerfInst.
Note: If range in PerfInst
is NULL, all the columns in the partition scan to gather all the core tiles in the
partition.
Prototype
AieRC XAie_PerfUtilization(XAie_DevInst *DevInst, XAie_PerfInst *PerfInst);
Parameters
The following table lists the XAie_PerfUtilization
function arguments.
Type | Member | Description |
---|---|---|
XAie_DevInst * | DevInst | Device instance pointer. |
XAie_PerfInst * | PerfInst | Performance instance pointer. |
Returns
XAIE_OK
on success and error code on
failure.