mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Callgrind now uses Cachegrind's command line option to switch on simulation: "--branch-sim=yes/no" for branch prediction, and "--cache-sim=yes/no" for cache simulation (for more consistency and to avoid confusion). However, the previously used "--simulate-cache=yes/no" still is supported but deprecated. Included: according documentation and tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11207
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
prog: simwork
|
|
vgopts: --cache-sim=yes
|
|
cleanup: rm callgrind.out.*
|