summaryrefslogtreecommitdiff
path: root/configs/boot
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-11-17 21:38:08 -0500
committerNathan Binkert <binkertn@umich.edu>2004-11-17 21:38:08 -0500
commit69039fe1017d905c8c0ba7361f4fe869310f86e3 (patch)
treec3ba7df36b76979348f7fefeb47d74a72b1df3cd /configs/boot
parent873fb248dc4608f21e1ececa1c5abf4a495e7448 (diff)
downloadgem5-69039fe1017d905c8c0ba7361f4fe869310f86e3.tar.xz
Reduce the amount of time we delay when dumping a checkpoint for
netperf runs configs/boot/nat-netperf-maerts-client.rcS: configs/boot/nat-netperf-stream-client.rcS: configs/boot/netperf-maerts-client.rcS: configs/boot/netperf-rr.rcS: configs/boot/netperf-stream-client.rcS: dont' delay for so long when dumping a checkpoint --HG-- extra : convert_revision : 25f35957ceef3f55c6edb77fa07be0044de5ec36
Diffstat (limited to 'configs/boot')
-rw-r--r--configs/boot/nat-netperf-maerts-client.rcS4
-rw-r--r--configs/boot/nat-netperf-stream-client.rcS4
-rw-r--r--configs/boot/netperf-maerts-client.rcS4
-rw-r--r--configs/boot/netperf-rr.rcS4
-rw-r--r--configs/boot/netperf-stream-client.rcS4
5 files changed, 10 insertions, 10 deletions
diff --git a/configs/boot/nat-netperf-maerts-client.rcS b/configs/boot/nat-netperf-maerts-client.rcS
index 24d7c2ca1..fa3e174e7 100644
--- a/configs/boot/nat-netperf-maerts-client.rcS
+++ b/configs/boot/nat-netperf-maerts-client.rcS
@@ -42,7 +42,7 @@ echo "netperf benchmark"
echo $LONG
/sbin/m5 ivlb 1
/sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
+/sbin/m5 dumpresetstats 200000000 2000000000
+/sbin/m5 checkpoint 200000000 2000000000
eval $LONG
/sbin/m5 exit
diff --git a/configs/boot/nat-netperf-stream-client.rcS b/configs/boot/nat-netperf-stream-client.rcS
index 9e29378c8..f0f3a23ce 100644
--- a/configs/boot/nat-netperf-stream-client.rcS
+++ b/configs/boot/nat-netperf-stream-client.rcS
@@ -42,7 +42,7 @@ echo "netperf benchmark"
echo $LONG
/sbin/m5 ivlb 1
/sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
+/sbin/m5 dumpresetstats 200000000 2000000000
+/sbin/m5 checkpoint 200000000 2000000000
eval $LONG
/sbin/m5 exit
diff --git a/configs/boot/netperf-maerts-client.rcS b/configs/boot/netperf-maerts-client.rcS
index 916bb25ab..bd56dafc3 100644
--- a/configs/boot/netperf-maerts-client.rcS
+++ b/configs/boot/netperf-maerts-client.rcS
@@ -39,7 +39,7 @@ echo "netperf benchmark"
echo $LONG
/sbin/m5 ivlb 1
/sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
+/sbin/m5 dumpresetstats 200000000 2000000000
+/sbin/m5 checkpoint 200000000 2000000000
eval $LONG
/sbin/m5 exit
diff --git a/configs/boot/netperf-rr.rcS b/configs/boot/netperf-rr.rcS
index b2128bed4..8c5ea050c 100644
--- a/configs/boot/netperf-rr.rcS
+++ b/configs/boot/netperf-rr.rcS
@@ -39,7 +39,7 @@ echo "netperf benchmark"
echo $LONG
/sbin/m5 ivlb 1
/sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
+/sbin/m5 dumpresetstats 200000000 2000000000
+/sbin/m5 checkpoint 200000000 2000000000
eval $LONG
/sbin/m5 exit
diff --git a/configs/boot/netperf-stream-client.rcS b/configs/boot/netperf-stream-client.rcS
index 0dba6f1a2..430ac265c 100644
--- a/configs/boot/netperf-stream-client.rcS
+++ b/configs/boot/netperf-stream-client.rcS
@@ -39,7 +39,7 @@ echo "netperf benchmark"
echo $LONG
/sbin/m5 ivlb 1
/sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
+/sbin/m5 dumpresetstats 200000000 2000000000
+/sbin/m5 checkpoint 200000000 2000000000
eval $LONG
/sbin/m5 exit