Searched refs:RET_CONSTANT (Results 1 - 1 of 1) sorted by relevance
/build/hb/util/ |
H A D | monitor.py | 32 RET_CONSTANT = 0
variable 36 memory_info = [RET_CONSTANT] * 3
54 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT
72 usr_cpu = float(usr_cpu_str) if usr_cpu_str.replace('.', '', 1).isdigit() else RET_CONSTANT
73 sys_cpu = float(sys_cpu_str) if sys_cpu_str.replace('.', '', 1).isdigit() else RET_CONSTANT
74 idle_cpu = float(idle_cpu_str) if idle_cpu_str.replace('.', '', 1).isdigit() else RET_CONSTANT
81 return RET_CONSTANT, RET_CONSTANT, RET_CONSTAN [all...] |
Completed in 1 milliseconds