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

/gem5/util/ccdrv/
H A Ddevtime.c65 uint32_t *times; local
82 times[num++] = t2 - t1;
89 printk("%d ", times[x]);
105 times = kmalloc(sizeof(uint32_t) * count, GFP_USER);
106 if (!times) {
112 printk("Preparing to read %#llx %d times.\n", addr, count);
118 times[num++] = t2 - t1;
129 printk("%d ", times[x]);
/gem5/src/mem/ruby/network/
H A DMessageBuffer.py41 enqueue times (enforced to have \
/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp332 virtual std::string say_something(unsigned times) { \
334 for (unsigned i = 0; i < times; ++i) \
348 std::string say_something(unsigned times) override { \
349 return "B says hi " + std::to_string(times) + " times"; \
378 std::string say_something(unsigned times) override { PYBIND11_OVERLOAD(std::string, A_Repeat, say_something, times); }
384 std::string say_something(unsigned times) override { PYBIND11_OVERLOAD(std::string, B_Repeat, say_something, times); }
391 std::string say_something(unsigned times) overrid
[all...]
H A Dtest_virtual_functions.py265 assert obj.say_something(3) == "B says hi 3 times"
268 assert obj.say_everything() == "B says hi 1 times 13"
271 assert obj.say_something(3) == "B says hi 3 times"
274 assert obj.say_everything() == "B says hi 1 times 4444"
281 assert obj.say_something(3) == "B says hi 3 times"
284 assert obj.say_everything() == "B says hi 1 times 4444"
290 assert obj.say_something(3) == "B says hi 3 times"
293 assert obj.say_everything() == "B says hi 1 times 4444"
300 assert obj.say_something(3) == "B says hi 3 times"
303 assert obj.say_everything() == "B says hi 1 times 444
[all...]
/gem5/util/minorview/
H A Dview.py77 # This is actually an offset of the index into the array of times
165 the model's times array of seen event times"""
167 if len(self.model.times) != 0:
168 if self.timeIndex >= len(self.model.times):
169 self.time = self.model.times[len(self.model.times) - 1]
171 self.time = self.model.times[self.timeIndex]
292 self.set_time_index(len(self.model.times) - 1)
298 len(self.model.times)
[all...]
H A Dmodel.py552 """Drop all events and times"""
554 self.times = []
610 """Extract a list of all the times from the seen events. Call after
612 times = {}
615 times[event.time] = 1
616 self.times = times.keys()
617 self.times.sort()
664 times[return] <= time and times[retur
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dlrsc.S45 # have each core add its coreid+1 to foo 1024 times
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp34 #include <sys/times.h>
310 clock_t t = times(&buf);
311 cout << "times:" << endl;
317 }, "times");
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s121 bl b_null,%rp ; call `b_null' immediate (8 times)

Completed in 16 milliseconds