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

/gem5/src/unittest/
H A Dcprintftime.cc59 int iterations = 0; local
67 "this is a %s of %d iterations %3.2f %#x\n",
68 "test", iterations, 51.934, &result);
70 iterations += 1;
73 cprintf("completed %d iterations of ccprintf in 10s, %f iterations/s\n",
74 iterations, iterations / 10.0);
80 "this is a %s of %d iterations %3.2f %#x\n",
81 "test", iterations, 51.93
[all...]
/gem5/util/plot_dram/
H A Ddram_lat_mem_rd_plot.py76 iterations = 1
82 match = re.match("lat_mem_rd with (\d+) iterations, ranges:.*", line)
85 iterations = int(match.groups(0)[0])
106 if i % (iterations + 1) == 0:
112 # Next we need to take care of the iterations
114 for i in range(iterations):
115 rd_lat.append(filtered_rd_lat[i::iterations])
/gem5/configs/dram/
H A Dlat_mem_rd.py164 iterations = 2 variable
235 for i in range(iterations):
310 print("lat_mem_rd with %d iterations, ranges:" % iterations)
/gem5/ext/mcpat/cacti/
H A Dnuca.cc184 int iterations; local
211 iterations = (int)logtwo((int)g_ip->cache_sz / MIN_BANKSIZE);
233 iterations = bank_start + 1;
237 for (it = bank_start; it < iterations; it++) {

Completed in 9 milliseconds