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

/gem5/src/mem/ruby/network/
H A DTopology.hh84 void extend_shortest_path(Matrix &current_dist, Matrix &latencies,
88 Matrix &latencies, Matrix &inter_switches);
H A DTopology.cc221 Topology::extend_shortest_path(Matrix &current_dist, Matrix &latencies, argument
249 assert(intermediate_switch < latencies[i].size());
250 latencies[i][j] = latencies[i][intermediate_switch] +
251 latencies[intermediate_switch][j];
259 Topology::shortest_path(const Matrix &weights, Matrix &latencies,
263 extend_shortest_path(dist, latencies, inter_switches);

Completed in 6 milliseconds