Browse By Tags

  • I don't understand cache miss count between cachegrind vs. streamline

    I am studying about cache effect using a simple micro-benchmark.

    I think that if N is bigger than cache size, then cache have a miss operation every first reading cache line. (Show 1.)

    In my board(Arndale-5250), cache line size=64Byte, so I think totally…