Lines Matching refs:baseline
970 # 150ms is baseline timecost for hdc shell xxx cmd, 20% can be upper maybe system status
974 def check_rom(baseline):
984 if baseline is None:
985 baseline = 2200
986 # 2200KB is the baseline of hdcd and libhdc.dylib.so size all together
1008 if all_size > baseline:
1009 print(f"rom size is {all_size}, overlimit baseline {baseline}")
1012 print(f"rom size is {all_size}, underlimit baseline {baseline}")