Searched refs:time (Results 51 - 75 of 105) sorted by relevance

12345

/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_test_utils.py61 Exceptions are any attribute named "time", which needs only be
155 * The "time" attribute of <testsuites>, <testsuite> and <testcase>
175 time = element.getAttributeNode('time')
176 time.value = re.sub(r'^\d+(\.\d+)?$', '*', time.value)
/gem5/src/mem/cache/
H A Dbase.hh135 void schedSendEvent(Tick time) argument
137 DPRINTF(CachePort, "Scheduling send event at %llu\n", time);
138 reqQueue.schedSendEvent(time);
189 * a send event at the same time as the next snoop response is
567 * time taken.
826 * Find next request ready time from among possible sources.
897 /** Stores time the cache blocked for statistics. */
1071 MSHR *allocateMissBuffer(PacketPtr pkt, Tick time, bool sched_send = true) argument
1074 pkt, time, order++,
1083 schedMemSideSendEvent(time);
1089 allocateWriteBuffer(PacketPtr pkt, Tick time) argument
1172 schedMemSideSendEvent(Tick time) argument
[all...]
/gem5/src/dev/net/
H A Detherdump.cc36 #include <sys/time.h>
/gem5/src/sim/
H A Deventq.cc180 // time as the head)
225 // forward current cycle to the time when this event occurs.
323 Tick time = 0; local
330 if (nextInBin->when() < time) {
331 cprintf("time goes backwards!");
334 } else if (nextInBin->when() == time &&
348 time = nextInBin->when();
H A Dserialize.cc51 #include <sys/time.h>
198 time_t t = time(NULL);
/gem5/src/dev/mips/
H A DMalta.py45 time = Param.Time('01/01/2009', variable in class:MaltaIO
46 "System time to use (0 for actual time, default is 1/1/06)")
/gem5/src/mem/ruby/system/
H A DCacheRecorder.hh32 * time. Also dump the requests to a gziped file.
77 RubyRequestType type, Tick time, DataBlock& data);
H A DCacheRecorder.cc153 RubyRequestType type, Tick time, DataBlock& data)
158 rec->m_time = time;
152 addRecord(int cntrl, Addr data_addr, Addr pc_addr, RubyRequestType type, Tick time, DataBlock& data) argument
/gem5/src/arch/riscv/
H A Disa.cc129 std::time(nullptr));
130 return std::time(nullptr);
/gem5/ext/pybind11/docs/
H A Dbenchmark.py3 import time
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc141 Tick time = 1; local
142 time += random_mt.random(0, 3); // [0...3]
144 time += 100 + random_mt.random(1, 15); // 100 + [1...15]
146 return time;
152 // record current time incase we have a pop that also adjusts my size
161 // Calculate the arrival time of the message, that is, the first
183 // Check the arrival time
187 panic("FIFO ordering violated: %s name: %s current time: %d "
199 // compute the delay cycles and set enqueue time
240 // record previous size and time s
[all...]
/gem5/util/batch/
H A Djob.py35 import time
36 return time.strftime('%a %b %e %H:%M:%S %Z %Y', time.localtime())
/gem5/util/pbs/
H A Djob.py37 import time
38 return time.strftime('%a %b %e %H:%M:%S %Z %Y', time.localtime())
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h69 Checking can be deactivated at any time by calling set_num_checks(0)
317 sc_core::sc_time time; // Current time + annotated delay member in struct:tlm_utils::tlm2_base_protocol_checker::state_t
443 if (sc_core::sc_time_stamp() + delay < m_map[&trans].time)
447 << ", sc_time_stamp() + delay from previous call = " << m_map[&trans].time;
450 m_map[&trans].time = sc_core::sc_time_stamp() + delay;
536 if (sc_core::sc_time_stamp() + delay < m_map[&trans].time)
540 << ", sc_time_stamp() + delay from previous call = " << m_map[&trans].time;
543 m_map[&trans].time = sc_core::sc_time_stamp() + delay;
622 if (sc_core::sc_time_stamp() + delay < m_map[&trans].time)
[all...]
/gem5/src/mem/
H A Drequest.hh295 setPhys(Addr paddr, unsigned size, Flags flags, MasterID mid, Tick time) argument
299 _time = time;
341 * The time this request was started. Used to calculate
342 * latencies. This field is set to curTick() any time paddr or vaddr
437 Request(Addr paddr, unsigned size, Flags flags, MasterID mid, Tick time) argument
444 setPhys(paddr, size, flags, mid, time);
447 Request(Addr paddr, unsigned size, Flags flags, MasterID mid, Tick time, argument
455 setPhys(paddr, size, flags, mid, time);
613 * translation time.
652 /** Accessor for time
654 time() const function
[all...]
H A Ddramsim2.cc267 Tick time = curTick() + pkt->headerDelay + pkt->payloadDelay;
280 schedule(sendResponseEvent, time);
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc50 auto rnd = Random(time(NULL));
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp110 // - before an update of the simulation time
214 ss << "unknown time unit:" << tu
250 // obtain formatted time string
255 time(&long_time);
/gem5/src/dev/arm/
H A Dflash_device.hh91 Tick time; member in struct:FlashDevice::CallBackEntry
140 /** Access time calculator*/
/gem5/src/mem/ruby/network/garnet2.0/
H A DRouter.hh96 void schedule_wakeup(Cycles time);
H A DRouter.cc96 // buffer turnaround time =
174 Router::schedule_wakeup(Cycles time) argument
176 // wake up after time cycles
177 scheduleEvent(time);
/gem5/tests/testing/
H A Dhelpers.py44 import time
H A Dresults.py233 time="%f" % test.runtime)
266 time="%f" % suite.runtime())
/gem5/src/dev/alpha/
H A Dtsunami_io.cc39 #include <sys/time.h>
45 #include "base/time.hh"
67 : MC146818(p->tsunami, n, p->time, p->year_is_bcd, p->frequency),
/gem5/util/minorview/
H A Dblobs.py185 def render(self, cr, view, event, select, time):
212 def render(self, cr, view, event, select, time):
215 event = model.BlobEvent(self.unit, time)
366 def render(self, cr, view, event, select, time):
427 def render(self, cr, view, event, select, time):

Completed in 39 milliseconds

12345