Skip to content

experiment with cache / branch prediction, and evaluation with Intel Pin

License

Notifications You must be signed in to change notification settings

bitdiddle/mustached-hipster

Repository files navigation

mustached-hipster

Intro

  • experiment with cache replacement policy, inclusive/exclusive multi-level cache and evaluation with Intel Pin

  • team

    • alex (team leader)
    • taylor (guru)
    • larry (programmer)
  • course work for Computer Architecture 14'

  • develop environment

    • pin-2.13-65163-clang.5.0-mac

Charts

FIFO LRU RANDOM

Ref

Journal

  • bsdtar & gnutar: tar zcf data1.tgz data1

| - | gnutar | bsdtar | | Writes | 294242 | 431184044 | | Write Misses | 18557 | 72480524 | | Reads | 522704 | 893101137 | | Read Misses | 87312 | 132932402 | | Misses | 105869 | 205412926 | | Accesses | 816946 | 1324285181 | | Miss Ratio | 12.9591% | 15.5112% |

  • and time
  • real	0m31.516s
    user	0m30.834s
    sys	0m0.508s
    

About

experiment with cache / branch prediction, and evaluation with Intel Pin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published