Difference between revisions of "Sniper Features"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
** Support scripts for parsing and understanding statistics | ** Support scripts for parsing and understanding statistics | ||
* ROI (region of interest) support | * ROI (region of interest) support | ||
− | * Multi-OS support (RedHat, Ubuntu, Debian support) | + | * Multi-OS support (RedHat, Ubuntu, Debian support/gcc 4.3 or higher) |
* Easy debugging of the simulator, and applications running in Pin (--gdb, --appdebug) | * Easy debugging of the simulator, and applications running in Pin (--gdb, --appdebug) | ||
* Multiple instrumentation modes | * Multiple instrumentation modes |
Latest revision as of 13:21, 3 May 2012
Simulator features
- Interval model: a fast, high-abstraction level core simulation model using the interval model
- CPI stack generation
- x86-64 architecture support
- Python scripting support (DVFS control, etc.)
- OpenMP support
- Simulation statistics collection (sim.stats)
- Support scripts for parsing and understanding statistics
- ROI (region of interest) support
- Multi-OS support (RedHat, Ubuntu, Debian support/gcc 4.3 or higher)
- Easy debugging of the simulator, and applications running in Pin (--gdb, --appdebug)
- Multiple instrumentation modes
- Faster cache-only pre-ROI simulation before detailed simulation
- Stackable configurations
- Example: Use the nehalem microarchitecture with the big-cache configuration ("-c nehalem -c big-cache")