Searched refs:gem5_stats_file (Results 1 - 1 of 1) sorted by relevance

/gem5/util/streamline/
H A Dm5stats2streamline.py865 def readGem5Stats(stats, gem5_stats_file):
868 print gem5_stats_file
870 ext = os.path.splitext(gem5_stats_file)[1]
884 f = gzip.open(gem5_stats_file, "r")
886 f = open(gem5_stats_file, "r")
888 print "ERROR opening stats file", gem5_stats_file, "!"
1237 gem5_stats_file = input_path + "/stats.txt.gz" variable
1238 if not os.path.exists(gem5_stats_file):
1239 gem5_stats_file = input_path + "/stats.txt" variable
1240 if not os.path.exists(gem5_stats_file)
[all...]

Completed in 7 milliseconds