1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Tests: update to add L1I information

Related to 25d0614811
Dump of Core i5 520m from CPU-X#119
This commit is contained in:
Xorg 2020-05-10 12:17:16 +02:00
commit e592a83278
3 changed files with 15 additions and 9 deletions

View file

@ -7,8 +7,8 @@ import os, sys, re, random
### Constants:
fields = [ "family", "model", "stepping", "extfamily", "extmodel", "cores",
"logical", "l1d-cache", "l1i-cache", "l2-cache", "l3-cache", "l4-cache",
"l1d-assoc", "l2-assoc", "l3-assoc", "l4-assoc", "l1d-cacheline",
"l2-cacheline", "l3-cacheline", "l4-cacheline", "sse-size",
"l1d-assoc", "l1i-assoc", "l2-assoc", "l3-assoc", "l4-assoc", "l1d-cacheline",
"l1i-cacheline", "l2-cacheline", "l3-cacheline", "l4-cacheline", "sse-size",
"codename", "flags" ]
args = sys.argv