commit | fd8f4729ac6520e59dd1d3f57d503d8abe345ac5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 15:55:36 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:51 2015 -0600 |
tree | 3be919d96966c805b4b217c25ee28200b2c47cb0 | |
parent | e9b3967c0c8faefb46213d6698c4bc21bf91598a [diff] |
x86: ivybridge: Measure the MRC code execution time This code takes about 450ms without the MRC cache and about 27ms with the cache. Add a debug timer so that this time can be displayed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>