第165章 写新功能才是王道 (第4/11页)
开暖气提示您:看后求收藏(新机小说网www.xjhczs.com),接着再看更方便。
嘴角微微上扬。
正快速写注释、代码……
哒哒哒哒哒哒——
一行注释在屏幕出现:
“本方法假定hyper达到DRS设置的阈值,充分考虑偶发抖动现象,判断该hyper是否需要动态调度。”
接着写了一段代码:
def needs_mem_dynamic_scheduling(hyper_id, tolerance=0.1):
threshold = get_hyper_drs_threshold(hyper_id, ';mem';)
cycle = get_hyper_drs_cycle(hyper_id, ';mem';)
monitor_data = get_hyper_mem_monitor_data(hyper_id, cycle)