mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 21:14:27 +01:00
GEM5 benchmark cycle counting
This commit is contained in:
2
gem5-cycles
Executable file
2
gem5-cycles
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
grep numCycles m5out/stats.txt | awk '{t0 = $2; getline; print $2 - t0; exit;}'
|
||||
Reference in New Issue
Block a user