Exemplo n.º 1
0
 public SkylakeClientArb()
 {
     architectureName     = "Skylake Client System Agent";
     lastUncoreClockCount = 0;
     monitoringConfigs    = new MonitoringConfig[1];
     monitoringConfigs[0] = new MCRequests(this);
 }
Exemplo n.º 2
0
 public HaswellClientArb()
 {
     architectureName     = "Haswell Client System Agent";
     lastUncoreClockCount = 0;
     monitoringConfigs    = new MonitoringConfig[2];
     monitoringConfigs[0] = new MCRequests(this);
     monitoringConfigs[1] = new CoherencyRequests(this);
 }