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

/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.hh127 std::string trafficType; // string member in class:GarnetSyntheticTraffic
H A DGarnetSyntheticTraffic.cc90 trafficType(p->traffic_type),
102 if (trafficStringToEnum.count(trafficType) == 0) {
105 traffic = trafficStringToEnum[trafficType];

Completed in 9 milliseconds