Exemplo n.º 1
0
 public Fp32Flops(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 2
0
 public Locks(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 3
0
 public ICache(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 4
0
 public MemBound(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 5
0
 public DataPageWalk(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 6
0
 public ResourceStalls(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 7
0
 public ALUPortUtilization(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 8
0
 public OffcoreBurst(Skylake intelCpu)
 {
     cpu = intelCpu;
 }
Exemplo n.º 9
0
 public MemLoads(Skylake intelCpu)
 {
     cpu = intelCpu;
 }