Skip to content

Commit

Permalink
Add More informations from inex-cpuid to I-Nex
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 15, 2014
1 parent 2526d14 commit 0cfa2d2
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ File[1]=".src/Finfosys.form"
File[2]=".src/Global.class:199.7"
File[3]=".src/About.form"
File[4]=".src/About.class:21.35"
File[5]=".src/battery.module:138.58"
File[5]=".src/battery.module:136.82"
File[6]=".src/Disk_Drives.module:2.19"
File[7]=".src/ScreenShot.form"
File[8]=".src/ScreenShot.class:2.19"
Expand All @@ -49,7 +49,7 @@ File[21]=".src/net.module:2.19"
File[22]="Data/report-ng.sh:5.3"
File[23]=".src/Distribution_Detect.module:22.34"
File[24]=".src/FFlags.module:2.19"
File[25]=".src/Finfosys.class:86.43"
File[25]=".src/Finfosys.class:93.14"
File[26]=".src/FDF.form"
File[27]=".src/FDF.class:2.19"
File[28]=".src/FNET_R_T.form"
Expand Down
15 changes: 13 additions & 2 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ Public Sub Form_Open()
Label207.Text = "Mark TSC: " & DATAT["MARK_TSC"]
Label208.Text = "Mark SYS Clock: " & DATAT["MARK_SYS_CLOCK"]

Label209.Text = "L1 Data: " & DATAT["L1_DATA_CACHE"]
Label210.Text = "L1 Instr: " & DATAT["L1_INSTRUCTION_CACHE"]
Label211.Text = "L2 Cache: " & DATAT["L2_CACHE"]
Label212.Text = "L3 Cache: " & DATAT["L3_CACHE"]
Label213.Text = "L1 Assoc: " & DATAT["L1_ASSOC"]
Label214.Text = "L2 Assoc: " & DATAT["L2_ASSOC"]
Label215.Text = "L3 Assoc: " & DATAT["L3_ASSOC"]
Label216.Text = "L1 Cacheline: " & DATAT["L1_CACHELINE"]
Label217.Text = "L2 Cacheline: " & DATAT["L2_CACHELINE"]
Label218.Text = "L3 Cacheline: " & DATAT["L3_CACHELINE"]
Label219.Text = "SSE Size: " & DATAT["SSE_SIZE"]
'btnClose.Tooltip = ("Quit")
'Me.Center4
For i = 1 To 93
Expand All @@ -60,7 +71,7 @@ Public Sub Form_Open()
'.X = (i - Int((i - 1) / 3) * 3) * 60 - 30
'.Y = Int((i - 1) / 3) * 60 + 170
.X = 2
.Y = 140 + Int(i * 20)
.Y = 215 + Int(i * 20)
.Width = 440
.Height = 21
.Border = 3
Expand All @@ -80,7 +91,7 @@ Public Sub Form_Open()
'.X = (i - Int((i - 1) / 3) * 3) * 60 - 30
'.Y = Int((i - 1) / 3) * 60 + 170
.X = 420
.Y = 140 + Int(i * 20)
.Y = 215 + Int(i * 20)
.Width = 21
.Height = 21
.Picture = YESNO
Expand Down
80 changes: 73 additions & 7 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -425,21 +425,21 @@
Border = Border.Raised
}
{ Label195 Label
Move(2,49,98,21)
Move(98,70,98,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label195")
Border = Border.Raised
}
{ Label196 Label
Move(98,49,119,21)
Move(196,70,105,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label196")
Border = Border.Raised
}
{ Label197 Label
Move(217,70,119,21)
Move(301,70,140,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label197")
Expand All @@ -453,14 +453,14 @@
Border = Border.Raised
}
{ Label199 Label
Move(2,70,98,21)
Move(2,49,98,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label199")
Border = Border.Raised
}
{ Label200 Label
Move(336,70,105,21)
Move(2,70,98,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label200")
Expand All @@ -474,7 +474,7 @@
Border = Border.Raised
}
{ Label202 Label
Move(98,70,119,21)
Move(98,49,119,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label202")
Expand Down Expand Up @@ -523,7 +523,73 @@
Border = Border.Raised
}
{ Separator12 Separator
Move(0,133,441,21)
Move(0,217,441,14)
}
{ Label209 Label
Move(2,133,147,21)
Padding = 3
Text = ("Label209")
Border = Border.Raised
}
{ Label210 Label
Move(2,154,147,21)
Padding = 3
Text = ("Label210")
Border = Border.Raised
}
{ Label211 Label
Move(2,175,147,21)
Padding = 3
Text = ("Label211")
Border = Border.Raised
}
{ Label212 Label
Move(2,196,147,21)
Padding = 3
Text = ("Label212")
Border = Border.Raised
}
{ Label213 Label
Move(147,133,140,21)
Padding = 3
Text = ("Label213")
Border = Border.Raised
}
{ Label214 Label
Move(147,154,140,21)
Padding = 3
Text = ("Label214")
Border = Border.Raised
}
{ Label215 Label
Move(147,175,140,21)
Padding = 3
Text = ("Label215")
Border = Border.Raised
}
{ Label216 Label
Move(287,133,154,21)
Padding = 3
Text = ("Label216")
Border = Border.Raised
}
{ Label217 Label
Move(287,154,154,21)
Padding = 3
Text = ("Label217")
Border = Border.Raised
}
{ Label218 Label
Move(287,175,154,21)
Padding = 3
Text = ("Label218")
Border = Border.Raised
}
{ Label219 Label
Move(147,196,294,21)
Padding = 3
Text = ("Label219")
Border = Border.Raised
}
}
Index = 0
Expand Down

0 comments on commit 0cfa2d2

Please sign in to comment.