This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Measuring performance of programs on the FVP

Is the FVP accurate in terms of measuring performance of programs? Is it cycle accurate? If I use clock_gettime to measure time taken on applications, is it meaningful? If not, is there an accurate way to measure performance of programs on the FVP?

Parents
  • Hi Eltro, I would not rely on the Fast Model for that level of accuracy. You may see that one implementation is 'better' than the other, but I would not rely on 'how much better', for exactly reasons like this (this is unfortunately the cost of keeping these models "fast").

Reply
  • Hi Eltro, I would not rely on the Fast Model for that level of accuracy. You may see that one implementation is 'better' than the other, but I would not rely on 'how much better', for exactly reasons like this (this is unfortunately the cost of keeping these models "fast").

Children