Difference between revisions of "The Sniper Multi-Core Simulator"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | = The Sniper Simulator = | |
Sniper is a simulator based on the [http://groups.csail.mit.edu/carbon/graphite Graphite] simulation framework. We build upon Graphite by adding accurate core (based on the mechanistic interval model), branch predictor and shared-cache memory models. | Sniper is a simulator based on the [http://groups.csail.mit.edu/carbon/graphite Graphite] simulation framework. We build upon Graphite by adding accurate core (based on the mechanistic interval model), branch predictor and shared-cache memory models. | ||
Revision as of 02:46, 28 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
- Shared caches, modern branch predictors
- many more features
Getting started
- Download the Sniper source code
- 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.