diff --git a/hisysevent.yaml b/hisysevent.yaml index dcb1029dc4..1829d761a8 100644 --- a/hisysevent.yaml +++ b/hisysevent.yaml @@ -192,4 +192,10 @@ RENDER_MEMORY_OVER_ERROR: BUNDLE_NAME: {type: STRING, desc: application package name} 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} \ No newline at end of file + 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} \ No newline at end of file