-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
741 changed files
with
2,476,322 additions
and
54,957 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
#!/bin/bash | ||
set -eEuxo pipefail | ||
|
||
for x in runs/*; do ./post_process.py ${x} dcache_miss dcache_miss_compulsory dcache_miss_capacity dcache_miss_conflict l1_hit l1_miss ipc; done | ||
for x in runs/*; | ||
do | ||
./post_process.py ${x} \ | ||
dcache_miss \ | ||
dcache_miss \ | ||
dcache_miss_capacity \ | ||
dcache_miss_compulsory \ | ||
dcache_miss_conflict \ | ||
ipc \ | ||
l1_hit \ | ||
l1_miss \ | ||
pref_sms_window_1 \ | ||
pref_sms_window_1 \ | ||
pref_sms_window_16 \ | ||
pref_sms_window_2 \ | ||
pref_sms_window_24 \ | ||
pref_sms_window_32 \ | ||
pref_sms_window_4 \ | ||
pref_sms_window_64 \ | ||
pref_sms_window_8 \ | ||
pref_sms_window_wtf \ | ||
pref_unused_evict | ||
done |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.