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

/barrelfish-2018-10-04/tools/harness/tests/
H A Dblk_tests.py17 bandwidth = { variable
244 result = RowResults(['op', 'buffer', 'block', 'bandwidth'])
245 if not bandwidth.has_key(self.machine):
261 if not bandwidth[self.machine].has_key(operation):
264 if not bandwidth[self.machine][operation].has_key(bs):
268 lower_bound = bandwidth[self.machine][operation][bs] * (1 - 0.25)
269 upper_bound = bandwidth[self.machine][operation][bs] * (1 + 0.25)
279 error = "Achieved {} bandwidth for {} bytes blocks was better ({}) than expected ({}).".format(operation, bs, bw, upper_bound)
281 debug.log("This is good, if you can explain it! Adjust the bandwidth numbers in blk_tests.py and re-run the test.")
291 result.mark_failed('Did not see end of test or got no bandwidth number
[all...]
H A Dwebserver.py348 ret.bandwidth = float(m.group(1))
392 fields = 'run connect_rate request_rate reply_rate bandwidth errors'.split()
399 total.reply_rate, total.bandwidth, errsum])
414 ' connect_rate request_rate bandwidth reply_rate').split()
437 fh.write('Bandwidth:\t%f\n' % self.bandwidth)
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex266 as well as OS resources such as devices, files, network bandwidth,
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dhybrid.tex620 on the bandwidth.
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex165 The virtual circuit switching approach would also allow to reserve some resources on the nodes for each channel. Per-channel reserved resources could include buffer space to save received, but not yet forwarded messages, or bandwidth on the ICD links. This is potentially very useful for congestion and flow control. Note that we cannot simply drop messages in case of congested links, as we want to provide a reliable messaging service. As of now, we do not reserve resources on the nodes, but allocate required resources dynamically.
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex196 \item Each pair (Node1, Interface1) must have a bandwidth/5 fact.
197 \item Each pair (Node2, Interface2) must have a bandwidth/5 fact.
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex2780 reduce the memory bandwidth to two \textbf{mp\_digit} reads per iteration.
2815 one mp\_word per iteration. On processors such as the Athlon XP and P4 this did not matter much since the cache bandwidth
2910 \item To a lesser extent memory bandwidth and function call overheads. Provided the values are in the processor cache this is less of an

Completed in 125 milliseconds