Re: [Gems-users] Can the benchmarks run one by one?


Date: Mon, 26 Oct 2009 23:40:30 +0800
From: "VLIW" <fgtnudt@xxxxxxxxx>
Subject: Re: [Gems-users] Can the benchmarks run one by one?
I have a look at the tutorial ppt,warmup cache is only warm a benckmark. Does this mean that both my method are error??
 
 
------------------ Original ------------------
From: "gt f"<fgtnudt@xxxxxxxxx>;
Date: 2009年10月26日(星期一) 晚上8:13
To: "gems-users"<gems-users@xxxxxxxxxxx>;
Subject: Can the benchmarks run one by one?
 
Dear list:
??????? I'm corruntly running the splash benckmarks,different benckmark takes different times. I want the benchmarks to run at night, and I can analysis the result on daytime. I write the script as follow:
?????? ####METHOD 1###
????????./simics -stall -c cmp8p.check
??????? load warm.cache.gz
??????? configurate ruby
??????? ruby0.stats-clear
??????? run benckmark A
??????? ruby0.dump-stats ../../.beckmarkA.stats
???????
??????? ruby0.stats-clear
??????? run benckmark B
??????? ruby0.dump-stats ../../.beckmarkB.stats
??????? and so on, the benckmarks will run one by one. is my method correct? or I have to do as follow:
?????? #####METHOD 2#####
???? ./simics -stall -c cmp8p.check
??????? load warm.cache.gz
??????? configurate ruby
??????? ruby0.stats-clear
??????? run benckmark A
??????? ruby0.dump-stats ../../.beckmarkA.stats
?
??????? then quit the simics. and start a new instatitation,
?
?????? ./simics -stall -c cmp8p.check
??????? load warm.cache.gz
??????? configurate ruby
??????? ruby0.stats-clear
??????? run benckmark B
??????? ruby0.dump-stats ../../.beckmarkB.stats
?????? this?method?will be stopped after one benchmark completed. and I have to manaul start another.
??? so which method is correct? first, second, both or neither? Does anyone give me some suggestion?
?? thanks!?????
[← Prev in Thread] Current Thread [Next in Thread→]