继续调试coremark

今天继续调试coremark, 发现其默认使用的clock_gettime()似乎精度只有4ms (clock_getres()报告的结果是4000000ns)。因此, 为了获得准确的结果, 我可能需要运行很多次迭代, 需要比较长的时间。由于gem5仿真速度很慢, 用gem5仿真的情况下, 时间会是数十至数万倍。为了在短时间内获得比较准确的结果, 我将coremark的计时函数改成了直接使用rdtime去读取时钟周期数来提升计时精度。

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/16964QrCode