update hisysevent.yaml.

Signed-off-by: liyunhan <liyunhan4@huawei.com>
This commit is contained in:
liyunhan 2024-10-16 03:52:59 +00:00 committed by Gitee
parent 643677c9ce
commit 701ba4992b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -193,3 +193,9 @@ RENDER_MEMORY_OVER_ERROR:
CPU_MEMORY: {type: UINT64, desc: cpu memory of the application}
GPU_MEMORY: {type: UINT64, desc: gpu memory of the application}
TOTAL_MEMORY: {type: UINT64, desc: total memory of the application}
RS_HARDWARE_THREAD_LOAD_WARNING:
__BASE: {type: STATISTIC, level: CRITICAL, desc: add load warning for rs hardwarethread}
FRAME_RATE: {type: UINT16, desc: the refresh rate you set}
MISSED_FRAMES: {type: UINT32, desc: number of dropped frames}
FRAME_TIME: {type: UINT64, desc: frame length}