|
#1
|
||||
|
||||
|
Until we find the time necessary to build a new hardware database overview, here's the list.
Links: - Processor database list (last update 22/09/2011): http://hwbot.org/news/6192_hwbot_database_cpu_list - Videocard database list (last update 22/09/2011): http://hwbot.org/news/6197_hwbot_dat...videocard_list Code:
CPU SELECT "<tr><td>",manufacturer.name,"</td><td>", cpu_family.name,"</td><td>",cpu_subfamily.name,"</td><td>",cpu_core.name,"</td><td><a href='http://hwbot.org/hardware/processor/",cpu_model.safe_name,"/' target='_blank'>", cpu_model.model,"</a></td></tr>" FROM cpu_model JOIN cpu_subfamily ON (cpu_model.subfamily_id = cpu_subfamily.subfamily_id) JOIN cpu_core ON (cpu_core.core_id = cpu_model.core_id) JOIN cpu_family ON (cpu_subfamily.family_id = cpu_family.family_id) JOIN manufacturer ON (cpu_family.manufacturer_id = manufacturer.manufacturer_id) ORDER BY manufacturer.name, cpu_family.name, cpu_subfamily.name, cpu_core.name, cpu_model.model ASC; VGA SELECT "<tr><td>",manufacturer.name,"</td><td>", gpu_family.name,"</td><td>",gpu_core.codename,"</td><td><a href='http://hwbot.org/hardware/videocard/",gpu_model.safe_name,"/' target='_blank'>", gpu_model.model,"</a></td></tr>" FROM gpu_model JOIN gpu_core ON (gpu_core.core_id = gpu_model.core_id) JOIN gpu_family ON (gpu_core.family_id = gpu_family.family_id) JOIN manufacturer ON (gpu_family.manufacturer_id = manufacturer.manufacturer_id) ORDER BY manufacturer.name, gpu_family.name, gpu_model.model ASC;
__________________
Where courage, motivation and ignorance meet, a persistent idiot awakens. Things people say: Massman is a god (05-02-2102), You're a genius (25-10-2011), Massman, overlord of overclocking (07-30-2010), brain dead corporate dude that deserves to be stillborn (09-18-2010) Things I write: Critical thinking - Should Maximus V Extreme be banned from competitive overclocking?, HWBOT Vision 2012, The Industry’s Social Responsibilities – Support the Community., In Response to Chew's Goodbye Note (the unhealthy relation between company and community), The X58A-OC, the enthusiast community and a long-term vision, The Efficiency Rating, Hardware sharing, nostra culpa?, The paradox of a fair overclocking competition, HWBOT Memory Index v0.1, AMD Thuban Voltage and Temperature Scaling, Is LN2 on GPU really worth the trouble? |
|
#3
|
|||
|
|||
|
Thanks! Very useful
![]() How many CPUs and GPUs are there in the database? |
|
#4
|
||||
|
||||
|
1688 CPUs
1010 VGAs
__________________
Where courage, motivation and ignorance meet, a persistent idiot awakens. Things people say: Massman is a god (05-02-2102), You're a genius (25-10-2011), Massman, overlord of overclocking (07-30-2010), brain dead corporate dude that deserves to be stillborn (09-18-2010) Things I write: Critical thinking - Should Maximus V Extreme be banned from competitive overclocking?, HWBOT Vision 2012, The Industry’s Social Responsibilities – Support the Community., In Response to Chew's Goodbye Note (the unhealthy relation between company and community), The X58A-OC, the enthusiast community and a long-term vision, The Efficiency Rating, Hardware sharing, nostra culpa?, The paradox of a fair overclocking competition, HWBOT Memory Index v0.1, AMD Thuban Voltage and Temperature Scaling, Is LN2 on GPU really worth the trouble? |
|
#6
|
||||
|
||||
|
Many thanks
__________________
Memory IC Performance Analysis (Frequency/CL/Voltage) (Hynix, Micron, Samsung on Ivy Bridge/Bulldozer) HWBot MemeBase & Meme Gallery Graphics Cards Database (Under construction) |
|
#7
|
|||
|
|||
|
At last
![]() Thank you, PJ!
__________________
|
|
#8
|
|||
|
|||
|
this one is missing
|
|
#9
|
||||
|
||||
|
|
|
#10
|
||||
|
||||
|
Very2 nice info. thats so much
|
![]() |
| Thread Tools | |
|
|