Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance 使用阿姆达尔定律加快执行时间_Performance_Microprocessors_Cpu Speed_Parallelism Amdahl - Fatal编程技术网

Performance 使用阿姆达尔定律加快执行时间

Performance 使用阿姆达尔定律加快执行时间,performance,microprocessors,cpu-speed,parallelism-amdahl,Performance,Microprocessors,Cpu Speed,Parallelism Amdahl,在我的一项作业中,有人给了我这个问题。我了解加速过程的原理、执行时间等。。不过,我觉得这个问题是不完整的。这是真的还是可以解决的?如果是,请你解释一下 程序在以2GHz时钟频率运行的机器的原始版本上执行。该程序需要450微秒的CPU时间。对影响程序中80%代码的机器进行了改进。根据阿姆达尔定律,这种改进将使程序的执行时间加快N%。N的值是多少?将答案精确到小数点后两位

在我的一项作业中,有人给了我这个问题。我了解加速过程的原理、执行时间等。。不过,我觉得这个问题是不完整的。这是真的还是可以解决的?如果是,请你解释一下

程序在以2GHz时钟频率运行的机器的原始版本上执行。该程序需要450微秒的CPU时间。对影响程序中80%代码的机器进行了改进。根据阿姆达尔定律,这种改进将使程序的执行时间加快N%。N的值是多少?将答案精确到小数点后两位