Files
linux-kernel-module-cheat/gem5-cycles
2018-02-23 12:37:49 +00:00

3 lines
100 B
Bash
Executable File

#!/usr/bin/env bash
grep numCycles m5out/stats.txt | awk '{t0 = $2; getline; print $2 - t0; exit;}'