dendrobates-t-azureus/prefetcher_reverse/run-msr.sh

8 lines
142 B
Bash
Raw Normal View History

2021-06-28 16:26:02 +02:00
#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release > with-${PREFETCH_MSR}-prefetcher.log