CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomPerformanceInfoTag Struct Reference

Performance information. More...

#include <cri_le_atom.h>

Data Fields

CriUint32 server_process_count
 
CriUint32 last_server_time
 
CriUint32 max_server_time
 
CriUint32 average_server_time
 
CriUint32 last_server_interval
 
CriUint32 max_server_interval
 
CriUint32 average_server_interval
 

Detailed Description

Performance information.

Description:
Structure for acquiring performance information.
This is used in the criAtom_GetPerformanceInfo function.
See also
criAtom_GetPerformanceInfo

Field Documentation

◆ server_process_count

CriUint32 server_process_count

server process execution count

◆ last_server_time

CriUint32 last_server_time

server process time last measured value (microseconds)

◆ max_server_time

CriUint32 max_server_time

server process time maximum value (microseconds)

◆ average_server_time

CriUint32 average_server_time

server process time average value (microseconds)

◆ last_server_interval

CriUint32 last_server_interval

server process execution interval last measured value (microseconds)

◆ max_server_interval

CriUint32 max_server_interval

server process execution interval maximum value (microseconds)

◆ average_server_interval

CriUint32 average_server_interval

server process execution interval average (microseconds)


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