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

/gem5/ext/mcpat/
H A Dnoc.h85 OnChipNetworkStatistics noc_stats; member in class:OnChipNetwork
H A Dnoc.cc121 tdp_stats.readAc.access = noc_stats.duty_cycle;
139 noc_params.M_traffic_pattern * noc_stats.duty_cycle;
151 rtp_stats.readAc.access = noc_stats.total_access;
169 link_bus->int_stats.accesses = noc_stats.total_access;
238 ASSIGN_FP_IF("duty_cycle", noc_stats.duty_cycle);
239 ASSIGN_FP_IF("total_accesses", noc_stats.total_access);

Completed in 3 milliseconds