dendrobates-t-azureus/CacheObserver/run-msr-np.sh
2022-09-23 14:19:41 +02:00

7 lines
159 B
Bash
Executable File

#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release --bin new_page > np-with-${PREFETCH_MSR}-prefetcher.log