Difference between revisions of "The Sniper Multi-Core Simulator"

From Sniper
Jump to navigation Jump to search
Line 9: Line 9:
  
 
* The interval performance model [ [http://users.elis.ugent.be/~leeckhou/papers/hpca10.pdf pdf] ]
 
* The interval performance model [ [http://users.elis.ugent.be/~leeckhou/papers/hpca10.pdf pdf] ]
 +
** Allows for fast and accurate simulation
 +
* CPI stack generation
 +
** Shows where your cycles are going
  
 
=== Getting started ===
 
=== Getting started ===

Revision as of 19:04, 15 November 2011

The Sniper Simulator

Sniper is a simulator based on the Graphite simulation framework. We build upon Graphite by adding accurate core (based on the mechanistic interval model), branch predictor and shared-cache memory models.

You can find additional information on the simulator and its components in our recently accepted SC2011 paper [ pdf ].


Features

  • The interval performance model [ pdf ]
    • Allows for fast and accurate simulation
  • CPI stack generation
    • Shows where your cycles are going

Getting started

  • Download the Sniper source code from ...
  • Follow the Getting Started instructions

Discussion list

Please send any questions or comments to: snipersim [at] groups [dot] google [dot] com . You can also visit our Google Groups page to subscribe to the list and search through the archive of previous messages.